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 class="container">
  <div class="row">
    <div class="col-lg-4 col-md-6" style="margin-top: 20px">
      <div class="card border-primary">
        <div class="card-body bg-primary text-white">
          <div class="row">
            <div class="col-3">
              <i class="fa fa-random fa-5x"></i>
            </div>
            <div class="col-9 text-right">
              <h1>10</h1>
              <h4>Branches</h4>
            </div>
          </div>
        </div>
        <a href="https://www.linkedin.com/in/younes-elmorabit" target="_blank">
          <div class="card-footer bg-light text-primary">
            <span class="float-left">More details</span>
            <span class="float-right"><i class="fa fa-arrow-circle-right"></i></span>
            <div class="clearfix"></div>
          </div>
        </a>
      </div>
    </div>
    <div class="col-lg-4 col-md-6" style="margin-top: 20px">
      <div class="card border-secondary">
        <div class="card-body bg-secondary text-white">
          <div class="row">
            <div class="col-3">
              <i class="fa fa-user-graduate fa-5x"></i>
            </div>
            <div class="col-9 text-right">
              <h1>20</h1>
              <h4>Students</h4>
            </div>
          </div>
        </div>
        <a href="https://www.linkedin.com/in/younes-elmorabit" target="_blank">
          <div class="card-footer bg-light text-secondary">
            <span class="float-left">More details</span>
            <span class="float-right"><i class="fa fa-arrow-circle-right"></i></span>
            <div class="clearfix"></div>
          </div>
        </a>
      </div>
    </div>
    <div class="col-lg-4 col-md-6" style="margin-top: 20px">
      <div class="card border-success">
        <div class="card-body bg-success text-white">
          <div class="row">
            <div class="col-3">
              <i class="fa fa-user-tie fa-5x"></i>
            </div>
            <div class="col-9 text-right">
              <h1>50</h1>
              <h4>Teachers</h4>
            </div>
          </div>
        </div>
        <a href="https://www.linkedin.com/in/younes-elmorabit" target="_blank">
          <div class="card-footer bg-light text-success">
            <span class="float-left">More details</span>
            <span class="float-right"><i class="fa fa-arrow-circle-right"></i></span>
            <div class="clearfix"></div>
          </div>
        </a>
      </div>
    </div>
    <div class="col-lg-4 col-md-6" style="margin-top: 20px">
      <div class="card border-danger">
        <div class="card-body bg-danger text-white">
          <div class="row">
            <div class="col-3">
              <i class="fa fa-book fa-5x"></i>
            </div>
            <div class="col-9 text-right">
              <h1>60</h1>
              <h4>Modules</h4>
            </div>
          </div>
        </div>
        <a href="https://www.linkedin.com/in/younes-elmorabit" target="_blank">
          <div class="card-footer bg-light text-danger">
            <span class="float-left">More details</span>
            <span class="float-right"><i class="fa fa-arrow-circle-right"></i></span>
            <div class="clearfix"></div>
          </div>
        </a>
      </div>
    </div>
    <div class="col-lg-4 col-md-6" style="margin-top: 20px">
      <div class="card border-warning">
        <div class="card-body bg-warning text-white">
          <div class="row">
            <div class="col-3">
              <i class="fa fa-university fa-5x"></i>
            </div>
            <div class="col-9 text-right">
              <h1>4</h1>
              <h4>Companies</h4>
            </div>
          </div>
        </div>
        <a href="https://www.linkedin.com/in/younes-elmorabit" target="_blank">
          <div class="card-footer bg-light text-warning">
            <span class="float-left">More details</span>
            <span class="float-right"><i class="fa fa-arrow-circle-right"></i></span>
            <div class="clearfix"></div>
          </div>
        </a>
      </div>
    </div>
    <div class="col-lg-4 col-md-6" style="margin-top: 20px">
      <div class="card border-info">
        <div class="card-body bg-info text-white">
          <div class="row">
            <div class="col-3">
              <i class="fa fa-suitcase fa-5x"></i>
            </div>
            <div class="col-9 text-right">
              <h1>30</h1>
              <h4>Internships</h4>
            </div>
          </div>
        </div>
        <a href="https://www.linkedin.com/in/younes-elmorabit" target="_blank">
          <div class="card-footer bg-light text-info">
            <span class="float-left">More details</span>
            <span class="float-right"><i class="fa fa-arrow-circle-right"></i></span>
            <div class="clearfix"></div>
          </div>
        </a>
      </div>
    </div>
  </div>
</div>
</div>
              
            
!

CSS

              
                
              
            
!

JS

              
                
              
            
!
999px

Console