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

              
                div.promo
  | TELL YOUR
  br
  | FRIENDS
  div.sub Make <span class="up-to"><span>$250</span></span> <span class="get-started" ng-click="openModal('signUp')"><span>Get Started!</span></span>

              
            
!

CSS

              
                        .promo
          position: absolute
          color: $white
          top: 30%
          left: 20%
          font-size: 70px
          line-height: 70px
          text-shadow: 0 0 500px rgba(0,0,0,.35)
          @media (max-width: 500px)
            font-size: 30px
            line-height: 30px
            left: 5%
          font-weight: bold
          .sub
            font-size: 40px
            @media (max-width: 500px)
              font-size: 20px
            .up-to
              transform: skewX(-10deg)
              background-color: $teal3
              padding-left: 10px
              padding-right: 10px
              border-radius: 3px
              display: inline-block
              height: 100px
              @media (max-width: 500px)
                height: 60px
              >span
                display: inline-block
                vertical-align: middle
                transform: skewX(10deg)
                text-align: center
                &::before
                  content: "UP TO"
                  font-size: 12px
                  @media (max-width: 500px)
                    font-size: 9px
                  display: block
                  text-align: center
                  line-height: 0px
                  padding-top: 15px
                &::after
                  text-align: center
                  line-height: 0px
                  font-size: 12px
                  @media (max-width: 500px)
                    font-size: 9px
                  display: block
                  content: "EACH INSTALL"
            .get-started
              transform: skewX(-10deg)
              background-color: $white
              color: $teal3
              padding-left: 10px
              padding-right: 10px
              border-radius: 3px
              display: inline-block
              vertical-align: middle
              line-height: 50px
              @media (max-width: 500px)
                line-height: 35px
              cursor: pointer
              >span
                font-size: 20px
                line-height: 20px
                @media (max-width: 500px)
                  font-size: 15px
                  line-height: 15px
                display: inline-block
                vertical-align: middle
                transform: skewX(10deg)


              
            
!

JS

              
                
              
            
!
999px

Console