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

              
                <html>
  <head></head>
  <body>
    <h1>Самые ожидаемые игры 2022 года</h1>
    <h3>A Plague Tale: Requiem</h3>
    <p>В сиквеле A Plague Tale: Innocence главные герои — Амиция и Гуго — отправляются на юг в поисках лучшей жизни. Однако их опять поджидают приключения, в том числе связанные с родовым проклятием Гуго, обуздать которое, согласно пророчеству, удастся на некоем загадочном острове.</p>
    <h3>God of War: Ragnarok</h3>
    <aside>
      <p style="text-align:center;">Plague Tale: 2022 год<br>
        God of War: 2022 год<br>
        S.T.A.L.K.E.R. 2: 28 апр. 2022 года
      </p>
    </aside>
    <p>В сиквеле лучшей по версии The Game Awards  игры 2018 годаКратос и Атрей должны будут посетить девять королевств и найти там союзников. Ведь совсем скоро начнётся кровопролитная битва и наступит Рагнарёк, к которому вовсю готовятся армии Асгарда.</p>
    <h3>S.T.A.L.K.E.R. 2: Heart of Chernobyl</h3>
    <p>Похоже, это всё-таки не сон — S.T.A.L.K.E.R. 2 действительно существует и выйдет уже в апреле, а подписчики Game Pass вообще получат её бесплатно. Спустя столько лет мы вернёмся в Чернобыльскую зону отчуждения, где нас вновь ждут страшные аномалии и жуткие мутанты, а также сталкеры, которые охотятся за ценными артефактами и не жалеют тех, кто встаёт между ними и хабаром.</p>
  </body>
</html>
              
            
!

CSS

              
                aside{
  width: 40%;
  padding-left: 15px;
  margin-left: 15px;
  float: right;
  font-style: italic;
  background-color: lightgray;
}  
h1{
  text-align:center;
}
              
            
!

JS

              
                
              
            
!
999px

Console