Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <body>  
<h1>Плотникова Алина</h1>
     <p>
  <p style="width: 700px; font-family: Arial; font-size: 16px; line-height: 25px; padding-left: 1em">
  Пишу про дизайн и стройку, здоровье, IT,  рекламу и полиграфию, образование и производство. Помогаю компаниям привлечь клиентов. А клиентам подсказываю: мои заказчики — 
надёжные ребята, с которыми стоит иметь дело сегодня и через год.</p>
  </p>
 <img
   src="https://thumb.tildacdn.com/tild3263-3463-4664-a235-383133396234/-/resize/300x/-/format/webp/_.jpg"
    alt="Плотникова Алина"
    width="300" height="300">
<h2>Мои проекты</h2>
  <p style="width: 700px">
  <ul>
  <li>
    <b><a href="https://spb.glazcentre.ru/">
      Клиника микрохирургии глаза «Глазцентр» в Санкт-Петербурге
      </a>
    </b>
    <p style="width: 700px"> Помогла офтальмологам объяснить людям простыми словами, чем они
занимаются в клинике. 
А посетителям - понять, что глаза надо лечить вовремя и у известных докторов.</p> 
  </li>
<li>
    <b><a href="https://krasnodar-narkolog.ru/">
      Реабилитационный центр «Ориентир» 
      </a>
    </b>
    <p style="width: 700px"> 
      Объяснила зависимым от наркотиков и их близким, как им помогут
в этом рехабе. Перевела статьи наркологов с медицинского на русский,
чтобы обычные люди поняли глубину проблемы и пришли лечиться.
  </p> 
  </li>
<li>
    <b><a href="https://aktivagro.ru/">
      Завод теплиц «АктивАгро»</a> 
    </b> в Липецке
    <p style="width: 700px"> 
      Объяснила зависимым от наркотиков и их близким, как им помогут
в этом рехабе. Перевела статьи наркологов с медицинского на русский,
чтобы обычные люди поняли глубину проблемы и пришли лечиться.
  </p> 
  </li>
    <li>
    <b><a href="m2-shop.ru">
      Интернет-магазин фермы «M2»: доставка органических продуктов по Москве</a> 
    </b> 
    <p style="width: 700px"> 
      Написала тексты для лендинга, веду канал на Яндекс.Дзен, готовлю пресс-релизы. 
  </p> 
  </li>
</ul>
</p>
<h2>Как со мной связаться</h2>
 <p style="width: 700px; font-family: Arial; font-size: 16px; line-height: 25px; padding-left: 1em"><b>Постучаться</b> <a href="https://www.facebook.com/profile.php?id=100005980329118">в Фейсбук</a></p>
<p style="width: 700px; font-family: Arial; font-size: 16px; line-height: 25px; padding-left: 1em"><b>Написать</b> на vias_4@mail.ru</p>
<p style="width: 700px; font-family: Arial; font-size: 16px; line-height: 25px; padding-left: 1em"><b>Позвонить, написать</b> в Телегу или Вотсап: +996 557 233 222</p>

</body>
              
            
!

CSS

              
                <style>
body {
  font-family: Arial;
  font-size: 20px;
  line-height: 25px;
}

h1 {
  font-family: Arial;
  font-size: 30px;
  line-height: 27px;
  font-weight: bold;
  padding-left: 0.5em;
}

h2{
  font-family: Arial;
  font-size: 22px;
  line-height: 10px;
  font-weight: bold; 
  margin-top: 1.5em;
  padding-left: 0.7em;
}

h3 {
  font-family: Arial;
  margin: 0 0 .1em 0;
  padding-left: 1em;
}

p {
  margin: 0 0 .88em 0;
 /* padding-left: 1em;*/
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
  margin-right: 2em;
  padding-left: 1em;
  }
ul li {
  list-style: none;
  margin: 0 0 .44em 0;
  padding-left: 30px;
  width: 700px;
  font-family: Arial;
  font-size: 16px; 
  line-height: 20px
}

</style>
              
            
!

JS

              
                
              
            
!
999px

Console