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

              
                <ul class="accordion" data-accordion data-multi-expand="true" data-allow-all-closed="true">
  <li class="accordion-item" data-accordion-item>
    <a href="#" class="accordion-title">Header Title One</a>
    <div class="accordion-content" data-tab-content>
      <div class="callout float-right">
        <a href="#" class="button">Download Something </a>
      </div>								
      <p> Bacon ipsum dolor amet proident kevin sirloin drumstick capicola pancetta dolor id laborum duis culpa doner pork belly irure jerky. Prosciutto pork chop culpa fatback tri-tip dolore turducken strip steak filet mignon non tempor adipisicing chicken shankle cupim.</p>
      <p>Irure qui culpa, aliqua esse ham hock fugiat velit pastrami labore. Alcatra pig aute sint burgdoggen turducken flank kevin commodo. Pork belly elit reprehenderit, voluptate proident pariatur eu ham hock spare ribs sed pancetta drumstick. Spare ribs ipsum bacon in fugiat biltong boudin. Duis tenderloin et ham hock, adipisicing ea rump voluptate pork chop meatball deserunt meatloaf ut dolore sausage.</p>
      <p>Sunt pork adipisicing, hamburger non short ribs burgdoggen ham hock veniam et filet mignon. Hamburger chicken non swine, leberkas corned beef porchetta jowl short loin meatball. Beef ribs turducken ad ribeye meatloaf do shankle landjaeger aute tongue. Shank pariatur strip steak, filet mignon aliqua pastrami cow magna ipsum velit andouille consequat burgdoggen.</p>
      <p>Short ribs anim ex nulla, in ut magna proident ullamco. Doner dolore ribeye prosciutto, bacon beef ribs buffalo hamburger. Ham meatball in laboris cillum dolore. Exercitation pig dolore jerky chuck, sed venison deserunt reprehenderit quis ut. Elit veniam hamburger, andouille ad sint ball tip. Sunt sint et sausage in ut elit, hamburger aliqua lorem aute in dolore filet mignon. Adipisicing biltong doner tri-tip flank hamburger.<p>
    </div>
  </li>
  <li class="accordion-item" data-accordion-item>
    <a href="#" class="accordion-title">Header Title Two is a Little Bit Longer</a>
    <div class="accordion-content" data-tab-content>
      <div class="row">
        <div class="column small-12 medium-8">
          <p> If an Instructional Student Assistant’s timesheet is not completed or approved during the entry/approval period, a “Late ISA Timesheet” must be completed in order to be paid.</p>
        </div>
        <div class="column small-12 medium-4">
          <a href="/payroll/forms/2019 Forms/2019 Late ISA Timesheet.xlsx" class="button">Download Late ISA Timesheet </a>
        </div>
      </div>
      <p>Irure qui culpa, aliqua esse ham hock fugiat velit pastrami labore. Alcatra pig aute sint burgdoggen turducken flank kevin commodo. Pork belly elit reprehenderit, voluptate proident pariatur eu ham hock spare ribs sed pancetta drumstick. Spare ribs ipsum bacon in fugiat biltong boudin. Duis tenderloin et ham hock, adipisicing ea rump voluptate pork chop meatball deserunt meatloaf ut dolore sausage.</p>
      <p>Sunt pork adipisicing, hamburger non short ribs burgdoggen ham hock veniam et filet mignon. Hamburger chicken non swine, leberkas corned beef porchetta jowl short loin meatball. Beef ribs turducken ad ribeye meatloaf do shankle landjaeger aute tongue. Shank pariatur strip steak, filet mignon aliqua pastrami cow magna ipsum velit andouille consequat burgdoggen.</p>
      <p>Short ribs anim ex nulla, in ut magna proident ullamco. Doner dolore ribeye prosciutto, bacon beef ribs buffalo hamburger. Ham meatball in laboris cillum dolore. Exercitation pig dolore jerky chuck, sed venison deserunt reprehenderit quis ut. Elit veniam hamburger, andouille ad sint ball tip. Sunt sint et sausage in ut elit, hamburger aliqua lorem aute in dolore filet mignon. Adipisicing biltong doner tri-tip flank hamburger.<p>
    </div>
  </li>
</ul>

              
            
!

CSS

              
                
              
            
!

JS

              
                $(document).foundation() 
              
            
!
999px

Console