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>
      <nav>
        <div class="container-fluid">
        <div class-"row">
          <img src="https://media-exp2.licdn.com/mpr/mpr/shrinknp_400_400/AAEAAQAAAAAAAAUZAAAAJDlkNGFiY2ViLWU0NzItNGI5NC1hZTUxLTI3MDRlMGJlYzAzZg.jpg"class="me"alt="my picture">
          <ul class="main-nav">  
            <li><a href="#About">About</a></li>
            <li><a href="#projects">Projects</a></li>
            <li><a href="#contact">Contact</a></li>
          </ul>
        </div>
      </nav>
      <div class="JonathanMendez">
        <h1>Jonathan Mendez</h1>
        <h2>Web developer, Graphic Designer</h2>
      </div>
    </header>
    
     <section class="About">
            
              <div id="About" class="container">
                <h3> About Me</h3>
                <p class="long-copy">
                   My name is Jonathan Mendez I'm a self movtiaved, self taught web developer. I've been taking classes at FreeCodeCamp. My overall goal is to achieve a full stack web development certificate. Still learning and enjoying every part of it. 
                </p>
  
            </div>
    
            
    </section>
    <!----- projects----->
  
    <section  class="projects">
       <h3>Projects </h3>
   </section>
      <div id="projects" class="container">
      <div class="row">
      <div class="col-sm-6 col-md-4">
      <div class="thumbnail">
     
      <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRiyYVxSzqzgZ9lBJBWnqSjLHKPgWH3N-H-CkBRCiMuYCnWprfj" alt="port Thumbnail">
      
        <p><a href="#" target="_blank" class="btn btn-primary" role="button">Visit</a>
      </div>
    </div>
     </div>
      </div>
  
    
    <div class="row">
    <div class="col-sm-6 col-md-4">
    <div class="thumbnail">
     
      
      <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRiyYVxSzqzgZ9lBJBWnqSjLHKPgWH3N-H-CkBRCiMuYCnWprfj" alt="port Thumbnail">
      
        <p><a href="#" target="_blank" class="btn btn-primary" role="button">Visit</a>
      </div>
    </div>
     </div>
      </div>
    
     <div class="row">
   <div class="col-sm-6 col-md-4">
    <div class="thumbnail">
     
      
      <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRiyYVxSzqzgZ9lBJBWnqSjLHKPgWH3N-H-CkBRCiMuYCnWprfj" alt="port Thumbnail">
      
        <p><a href="#" target="_blank" class="btn btn-primary" role="button">Visit</a>
      </div>
    </div>
     </div> 
      </div>
    
   <div class="row">  
   <div class="col-sm-6 col-md-4">
    <div class="thumbnail">
     
      
      <img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRiyYVxSzqzgZ9lBJBWnqSjLHKPgWH3N-H-CkBRCiMuYCnWprfj" alt="port Thumbnail">
      
        <p><a href="#" target="_blank" class="btn btn-primary" role="button">Visit</a>
      </div>
    </div>
     </div> 
      </div>

   <!--- contact---->

<section class="contact">
    
          <h3>Contact</h3>

    </section>
    
    
    <div id="contact" class="container">
  
    <div class="page-header">
   
      
      <p class="contact-enter-two">Enter your name and email below to chat. Hope to hear from you!<p>
      
  <form action class="" class="form-inline">
            <div class="form-group">
              <label for="subscription">Name</label>
              <input type="text" class="form-control" id="subscription" placeholder="your name">
            </div>
          <div class="form-group">
              <label for="email">Email Address</label>
              <input type="text" class="form-control" id="email" placeholder="your mail">
            </div>
        <button type="submit" class="btn btn-default">Contact</button>
    
    </div>
    </div>
      <!----footer---->
      <div id="footer">
  <p>Made by Jonathan Mendez. 2018. All Rights Reserved.</p>
</div>
     
              
            
!

CSS

              
                 
/*----basic setup----*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  background-color: #fff;
  color: #555;
  font-family: 'Lato', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 20px;
  text-rendering: optimizelegibility;
  
}

.row{
   margin: 10 auto;
   
}
/*---heading----*/
h1,
h2,
h3{
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
h1{
   margin-top: 0px;
   margin-bottom: 20px;
  color: #e67e22;
  font-size: 240%;
  word-spacing: 4px;
  letter-spacing: 1px;
  padding-top: 150px;
 }
h2{
  font-size: 180%;
  word-spacing: 2px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
h3{
    font-size: 150%;
    margin-bottom: 15px;
    margin-top: 30px;
    word-spacing: 2px;
    letter-spacing: 1px;
    padding-top: 50px;
    padding-bottom: 30px;
}
h3:after{
    display: block;
    height: 2px;
    background-color:  #e67e22;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
   
}
/*----------------------------------*/
/* header*/
/*----------------------------------*/
header{
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),url(https://images.unsplash.com/photo-1489611357534-759b63bb5ecb?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=da6ca188bdaa9eff0bf7a44e9f843a4e&auto=format&fit=crop&w=3900&q=80);
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.JonathanMendez{
    position: absolute;
    width: 1140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.me{
  float: left;
  height: 100px;
  width: auto;
  margin-top: 10px;
  border-radius: 50%;
}
.main-nav{
    float: right;
    list-style: none;
    margin-top: 55px;
}
.main-nav li{
    display: inline-block;
    margin-left: 40px;
  padding-right: 20px;
}
.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color: #e67e22;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #e67e22;
}
/*-----about-----*/
.long-copy{
    line-height: 145%;
    text-align: center;
 }
/*------pro------*/

.thumbnail{
  float: left;
  padding-top: 50px;
  display: block;
  width: 25%;
}
.btn:link,
.btn:visited{
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    
}
/*---contact---*/
#contact{
  height: 80px;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 20px;
  padding-bottom: 40px;
}
/*-----footer---*/
#footer {
  height: 80px;
  text-align: center;
  letter-spacing: 4px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #fff;
  color: #e67e22;
}

              
            
!

JS

              
                
              
            
!
999px

Console