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

              
                <link href='//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'/> 

<!-- Widget Notice By Hiirotaku -->
<div class="notifku"><div class="notice"><div class="noticejdl"> <i class="fa fa-bell"></i> Pemberitahuan</div> <font color="red">■</font> Menjaga Kesehatan dan Bekerjasama bersama memotong rantai Covid-19 <br> <font color="red">■</font> Selalu mencuci tangan dan memakai Masker ketika beraktifitas <br> ■ Request bisa disini <a href="https://doramaindo.id/request-drama">Request!!</a><br> ■ Bingung nggak bisa download cek disini <a href="https://doramaindo.id/cara-downlaod-di-doramaindo">Cara Download</a><br> ■ Cara mengatasi <a href="https://doramaindo.id/cara-mengatasi-limit-google-drive">Limit GoogleDrive</a><br> ■ Proses Re-Upload Sedang kami kerjakan jadi Dorama Lawas akan ter UP ke Home<br></div></div>
              
            
!

CSS

              
                body {
  font-family: system-ui;
  background: #f06d06;
  color: white;
}

.notice {
    overflow: hidden;
    background: #0078c1;
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    font-family: segoe ui;
}

.noticejdl {
    display: block;
    font-size: 14px;
    font-weight: 700;
    background: #504b47;
    color: #fff;
    line-height: 30px;
    margin: -5px -9px 5px;
    padding: 0 7px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-bell:before {
    content: "\f0f3";
}

.notice a {
    color: #2b2b2b;
    font-style: oblique;
}
              
            
!

JS

              
                document.getElementsByTagName("h1")[0].style.fontSize = "6vw";
              
            
!
999px

Console