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

              
                <header class="container" id="top">
  <!-- Main navigation -->
  <nav class="primary">
  <ul>  
    <li><a href="#about">About</a></li>
    <li><a href="#skills">Skills</a></li>
    <li><a href="#experience">Experience</a></li>
    <li><a href="#education">Education</a></li>
   </ul>  
  </nav>
</header>
<!-- Main -->
<main itemscope itemtype="http://schema.org/Person" class="container">
  <h1 class="page-title">Full Name</h1>
  <section id="about">
    <h2>Personal Details</h2>
    <div class="bio">
    <img itemprop="image" src="https://placehold.co/600x600?text=Headshot" alt="Your Name">
    <p itemprop="description">Short Bio Lorem ipsum dolor sit amet consectetur adipisicing elit. Deleniti maxime distinctio numquam atque? Accusantium voluptatum alias similique voluptatibus! Sunt sit reiciendis earum, harum iusto accusantium aspernatur ullam tenetur, fuga fugit, quae voluptatem! Iste aliquid veritatis accusantium et cumque minima molestiae ducimus officiis. Beatae ad consequuntur fuga deleniti atque tempore error.</p>
    </div>  
    <dl class="details">
      <dt>Name</dt>
      <dd itemprop="name">
        <span itemprop="givenName">First</span> <span itemprop="familyName">Last</span>
      </dd>
      <dt>Date of birth</dt>
      <dd itemprop="birthDate"><time datetime="2000-10-12">10/12/2000</time></dd>
      <dt>Nationality</dt>
      <dd itemprop="nationality">United States</dd>
      <dt>Location</dt>
      <dd itemprop="homeLocation">Arkansas</dd>
      <dt>Telephone</dt>
      <dd>
        <a itemprop="telephone" href="tel:555.555.5555">555.555.5555</a>
      </dd>
      <dt>Email</dt>
      <dd>
        <a itemprop="email" href="mailto:email@mail.com">email@mail.com</a>
      </dd>
      <dt>Address</dt>

      <dd itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        <span itemprop="streetAddress">2801 South University</span>
        <span itemprop="addressLocality">Little Rock</span>
        <span itemprop="postalCode">72204</span>
        <span itemprop="addressCountry">USA</span>
      </dd>

    </dl>
    <ul class="related-links">
      <li><a itemprop="url" rel="me" href="https://github.com/profile"> github</a></li>
      <li><a itemprop="url" rel="me" href="http://linkedin.com/profile">linkedin</a></li>
      <li><a itemprop="url" href="resume.pdf" download>pdf resume</a></li>
    </ul>
  </section>
  <section id="skills">
    <h2>Skills</h2>
    <ul>
      <li class="skill">HTML</li>
      <li class="skill">PHP</li>
      <li class="skill">Java</li>
      <li class="skill">Scss</li>
    </ul>
    
  </section>
  <section id="experience">
    <h2>Experience</h2>
    <!-- current job -->
    <article class="job">
      <h3 itemprop="jobTitle">Lead Web Developer</h3>
      <div itemprop="worksFor" itemscope itemtype="http://schema.org/Organization">
        <span itemprop="name">Company Name 1</span>
        <span>February 2010 - Present</span>
        <p itemprop="description">Lorem ipsum dolor sit amet, consectetuer adipiscing elit...</p>
        <span itemprop="location" itemscope itemtype="http://schema.org/Place">
          <a itemprop="url" href="http://link-to-company.com">Company URL</a>
          <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
          <span itemprop="addressLocality">Anywhere,USA</span>
        </span>
        </span>
      </div>
    </article>
    <!-- Previous Jobs - Notice Slightly Different Format-->
    <article class="job" itemscope itemtype="http://schema.org/Organization">
      <h3 itemprop="name">Senior Developer</h3>
      <span itemprop="location" itemscope itemtype="http://schema.org/Place">
          <span itemprop="name">Company Name 2</span>
      <a itemprop="url" href="http://link-to-company.com">Company URL</a>
      <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
            <span itemprop="addressLocality">Anywhere,USA</span>
      </span>
      </span>
      <div itemscope itemtype="https://schema.org/EmployeeRole">
      <span itemprop="startDate" content="2006-02-21T20:00">February 2006</span> - 
      <span itemprop="endDate" content="2009-02-21T20:00">February 2009</span>
      </div>
      <p itemprop="description">Lorem ipsum dolor sit amet, consectetuer adipiscing elit...</p>
    </article>
   <article class="job" itemscope itemtype="http://schema.org/Organization">
      <h3 itemprop="name">Senior Developer</h3>
      <span itemprop="location" itemscope itemtype="http://schema.org/Place">
          <span itemprop="name">Company Name 2</span>
      <a itemprop="url" href="http://link-to-company.com">Company URL</a>
      <span itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
            <span itemprop="addressLocality">Anywhere,USA</span>
      </span>
      </span>
      <div itemscope itemtype="https://schema.org/EmployeeRole">
      <span itemprop="startDate" content="2006-02-21T20:00">February 2006</span> - 
      <span itemprop="endDate" content="2009-02-21T20:00">February 2009</span>
      </div>
      <p itemprop="description">Lorem ipsum dolor sit amet, consectetuer adipiscing elit...</p>
    </article>
  </section>
  <section id="education">
    <h2>Education</h2>
    <article class="certificate" itemprop="alumniOf" itemscope itemtype="http://schema.org/EducationalOrganization">
      <h3 itemprop="description"><abbr title="Master of Science">BA</abbr> Web Design and Development</h3>
      <span itemprop="name">University name 1</span>
      <span itemprop="location" itemscope>Anywhere, USA</span>
      <span>2005-2007</span>
    </article>
  </section>
</main>
<!-- Footer -->
<footer>
  <div id="copyright">
    &copy; 2024 Name | <a href="#top">Top</a>
  </div>
</footer>
              
            
!

CSS

              
                html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


              
            
!

JS

              
                
              
            
!
999px

Console