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"><div class="grid-x grid-margin-x align-center"><div class="cell large-6">
    <p>Below is an example of Foundation based accordions. For more info - visit <a href="https://get.foundation/sites/docs/accordion.html" target="_blank">Foundation's Accordion</a> page.</p>
  
  
    <!-- START: HTML Needed for COPY/PASTE -->
    <ul class="accordion" data-accordion data-allow-all-closed="true">
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">First-Year Students</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>You will apply to Clemson as a first-year student if you are a student without college credit or if you earned college credit prior to high school graduation (dual credit, AP/IB credit) and you are a citizen of the United States. </p>
            <a class="cu-btn button cu-orange small" href="freshman-students.html">Applying as a First-Year Student</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">Transfer Students</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>You will apply to Clemson as a transfer student if you have attended a regionally accredited college after high school graduation. If your only college coursework was taken while in high school prior to graduation, apply as a first-year student.</p>
            <a class="cu-btn button cu-orange small" href="transfer-students.html">Applying as a Transfer Student</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">International Undergraduate Students</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>You will apply to Clemson as an international undergraduate student if you are not a resident of the United States, and you are seeking a bachelor’s degree.</p>
            <a class="cu-btn button cu-orange small" href="international-undergraduate-students.html">Applying as an International Undergraduate Student</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">Graduate Students</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>You will apply to Clemson as a graduate student if you have an undergraduate or master’s degree from an accredited four-year U.S. institution or an equivalent degree from an institution outside the U.S. and you are seeking a master's or Ph.D.</p>
            <a class="cu-btn button cu-orange small" href="https://www.clemson.edu/graduate/admissions/">Apply to Graduate School</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">Veterans</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>You are a veteran if you have served our nation in the United States armed forces. We appreciate your service and offer a variety of programs to assist you, both in the application process and throughout your time at Clemson.</p>
            <a class="cu-btn button cu-orange small" href="veterans.html">Applying as a Veteran</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">Non-Degree-Seeking and Transient Students</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>If you are interested in taking a class at Clemson, but not attaining a degree, you will apply as a non-degree-seeking student. If you attend another university but would like to take summer classes at Clemson, you will apply as a transient student.</p>
            <a class="cu-btn button cu-orange small" href="https://admissions.clemson.edu/apply/?sr=9e7b4504-25b7-45fc-9fdb-0ac383b033b4">Apply as a Non-Degree-Seeking Student</a>
            <a class="cu-btn button diploma small" href="https://admissions.clemson.edu/apply/?sr=9e7b4504-25b7-45fc-9fdb-0ac383b033b4">Apply as a Transient Student</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">Special Considerations</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>If you are a former degree-seeking student or you are seeking a second bachelor’s degree, you will need to apply for re-entry. </p>
            <a class="cu-btn button cu-orange small" href="https://www.clemson.edu/registrar/student-menu/admittance/former-student.html">Learn More about Special Considerations</a>
          </div>
        </div>
      </li>
      <li class="accordion-item" data-accordion-item>
        <!-- Accordion tab title -->
        <a href="#" class="accordion-title">Counselors</a>
        <!-- Accordion tab content: it would start in the open state due to using the `is-active` state class. -->
        <div class="accordion-content" data-tab-content>
          <div class="cu-wc">
            <p>We provide information to help counselors assist their high school students in learning about all Clemson has to offer and how to apply as a first-year student.</p>
            <a class="cu-btn button cu-orange small" href="counselors.html">More Info for Counselors</a>
          </div>
        </div>
      </li>
    </ul>
    <!-- END: HTML Needed for COPY/PASTE -->
    
    
</div></div></div></section>
              
            
!

CSS

              
                
              
            
!

JS

              
                $(document).foundation();

              
            
!
999px

Console