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

              
                .hole
.content
 .hey Scroll Down
 .hey3 Well,
 .hey4 Radial!
 .hey5 Images?
 %img{:src => "http://lorempixel.com/output/abstract-q-c-640-480-10.jpg"}
 %img{:src => "http://lorempixel.com/output/abstract-q-c-640-480-1.jpg"}
 %img{:src => "http://lorempixel.com/output/abstract-q-c-640-480-4.jpg"}
 %img{:src => "http://lorempixel.com/output/abstract-q-c-640-480-3.jpg"}
 .hey2 Liked that?
 .hey6 IE? Maybe..
 .hey7 
  %a{:href => "https://codepen.io/XDBoy018/pen/PwNrYr"} Check this!
  .hey8 Please heart!
 
 
 
 
              
            
!

CSS

              
                @import "compass/css3";

@import url(https://fonts.googleapis.com/css?family=Raleway);
body{
  background:#EBC588;
  z-index:-2;
  a{
    color:inherit;
  }
}
 *:before,*:after{
    position: absolute;
    content:"";
 }
.hole{
  height:400px;
  width:400px; 
  position: fixed;
  margin: auto;
  top:0;
  left:0; 
  bottom:0;
  right:0;
  background:-moz-radial-gradient(center, transparent 50%, #EBC588 40%);
  background:-webkit-radial-gradient(center, transparent 50%, #EBC588 40%);
  background:-o-radial-gradient(center, transparent 50%, #EBC588 40%);
background:-ms-radial-gradient(center, transparent 50%, #EBC588 40%);  
  background:radial-gradient(center, transparent 50%, #EBC588 40%);
  &:before{
    height:300px;
    width:100%;
    background:#EBC588;
    top:-300px;
  }
  &:after{
    height:300px;
    width:100%;
    background:#EBC588;
    top:400px;
  }
}

.content{ 
  .hey,.hey2,.hey3,.hey4,.hey5,.hey6,.hey7{
    background:#2c3e50;
    height:100%;
    width:100%;
    color:#e74c3c;
    text-align:center;
    line-height:400px;
    font-size:40px;
    word-wrap:break-word;
  }
  .hey2,.hey8{
    height:520px; 
  }
  height:400px;
  width:400px; 
  position: absolute;
  margin: auto;
  top:0;
  left:0; 
  bottom:0;
  right:0;
  //
  z-index:-1;
  font-family: 'Raleway', sans-serif;
  img{
    max-width:100%;
    height:100%;
    display: block;
  }
}
              
            
!

JS

              
                //Nope
//CSS Parallax only ^_^
              
            
!
999px

Console