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

              
                <section class="cu-content">
    <div class="cu-module accent-stripe as-middle cu-as-pur600">
        <div class="grid-container">
            <div class="grid-x grid-margin-x grid-margin-y img-cta-wrap">
                <div class="cell medium-6 large-4">
                    <a class="cu-img-cta" href="https://www.clemson.edu/degrees/index.html">
                        <span class="img-block">
                            <img src="https://www.clemson.edu/_images/academics/home/majors.jpg" alt="">
                        </span>
                        <span class="cta-text">
                            <span class="cu-accent-link">
                                <span class="cu-icon cu-bg-or400"><span class="las la-user-graduate"></span></span>
                                <span class="cu-accent cu-bc-or400">Majors</span>
                            </span>
                        </span>
                    </a>
                </div>
                <div class="cell medium-6 large-4">      
                    <a class="cu-img-cta" href="https://www.clemson.edu/degrees/index.html">
                        <span class="img-block">
                            <img src="https://www.clemson.edu/_images/academics/home/grad-degrees.jpg" alt="">
                        </span>
                        <span class="cta-text">
                            <span class="cu-accent-link">
                                <span class="cu-icon cu-bg-wg600"><span class="las la-scroll"></span></span>
                                <span class="cu-accent cu-bc-wg600">Graduate Degrees and Certificates</span>
                            </span>
                        </span>
                    </a>
                </div>
                <div class="cell   medium-6 large-4 ">    
                    <a class="cu-img-cta" href="http://www.clemson.edu/online/programs/">
                        <span class="img-block">
                            <img src="https://www.clemson.edu/_images/academics/home/online-programs.jpg" alt="">
                        </span>
                        <span class="cta-text">
                            <span class="cu-accent-link">
                                <span class="cu-icon cu-bg-pur600"><span class="las la-laptop"></span></span>
                                <span class="cu-accent cu-bc-pur600">Online Programs</span>
                            </span>
                        </span>
                    </a>
                </div>
            </div>
        </div>
    </div>
</section>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console