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

              
                
              
            
!

CSS

              
                html, body {
  --sz: 10px;
  --c1: #673ab700;
  --c2: #fff9c6;
  --c3: #ff9200;
  --c4: #b6b9b6;
  --ts: 50%/ calc(var(--sz) * 10) calc(var(--sz) * 10);
  --ln1: #fff0 0, var(--c2) 2deg 14deg, #fff0 16deg 180deg;
  --ln2: #fff0 0, var(--c2) 2deg 31deg, #fff0 31deg 360deg;
  --ln3: #fff0 0, var(--c3) 2deg 31deg, #fff0 31deg 360deg;
  --ln4: #fff0 0, var(--c4) 2deg 31deg, #fff0 31deg 360deg;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
  filter: blur(0.75px) contrast(1.05) saturate(0.9);
  background: 
    repeating-conic-gradient(from 122deg at 93% 42%, var(--ln4)) var(--ts),
    repeating-conic-gradient(from 31deg at 93% 58%, var(--ln4)) var(--ts),
    repeating-conic-gradient(from 208deg at 7% 42%, var(--ln4)) var(--ts),
    repeating-conic-gradient(from -63deg at 8% 58%, var(--ln4)) var(--ts),
    repeating-conic-gradient(from 225deg at 69% 92%, var(--ln3)) var(--ts),
    repeating-conic-gradient(from -75deg at 69% 8%, var(--ln3)) var(--ts),
    repeating-conic-gradient(from 105deg at 31% 92%, var(--ln3)) var(--ts), 
    repeating-conic-gradient(from 45deg at 31% 8%, var(--ln3)) var(--ts), 
    repeating-conic-gradient(from -40deg at 59% 16%, var(--ln3)) var(--ts),
    repeating-conic-gradient(from 10deg at 42% 16%, var(--ln3)) var(--ts), 
    repeating-conic-gradient(from 190deg at 59% 84%, var(--ln3)) var(--ts), 
    repeating-conic-gradient(from 138deg at 42% 84%, var(--ln3)) var(--ts), 
    conic-gradient(from 48deg at 50% 7%, var(--ln2)) var(--ts), 
    conic-gradient(from -78deg at 59% 10%, var(--ln2)) var(--ts), 
    conic-gradient(from 102deg at 50% 90%, var(--ln2)) var(--ts), 
    conic-gradient(from -129deg at 53% 93%, var(--ln2)) var(--ts), 
    repeating-conic-gradient(from -44deg at 14% 65%, var(--ln1)) var(--ts),
    repeating-conic-gradient(from 27deg at 86% 65%, var(--ln1)) var(--ts),
    repeating-conic-gradient(from -57deg at 86% 35%, var(--ln1)) var(--ts),
    repeating-conic-gradient(from 33deg at 14% 35%, var(--ln1)) var(--ts),
    repeating-conic-gradient(from -13deg at 50% 50%, var(--ln1)) var(--ts), 

    linear-gradient(90.5deg, #000c 1%, #3e6a0b 2%, #d3ff76 48%, #000c 50%, #9acd32 53%, #1d4c1d ) var(--ts);
}


              
            
!

JS

              
                
              
            
!
999px

Console