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>
  <link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  <link href="https://fonts.googleapis.com/css?family=Advent+Pro:300|Changa:300|Dosis:300|Kanit:300|Rajdhani|Titillium+Web:300|Work+Sans:300" rel="stylesheet">
  <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
</header>

  <!-- NAVBAR -->

  <nav class="navbar navbar-inverse navbar-fixed-top">
    <div class="container-fluid">
      <div class="navbar-header">
        <button type="button" class="navbar-toggle collapsed" data-toggle="#myNavBar" aria-expanded="false">
          <span class="sr-only">Toggle navigation</span>
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
        </button>

        <a class="navbar-brand" href="#">Joel Liam</a>
      </div>
      <div class="collapse navbar-collapse" id="myNavBar">

        <ul class="nav navbar-nav navbar-right">
 <li><a href="#main"><span class="sr-only">(current)</span><i class="fa fa-home" aria-hidden="true"></i> Home</a></li>
        <li><a href="#about"><i class="fa fa-info" aria-hidden="true"></i> About</a></li>
        <li><a href="#projects"><i class="fa fa-code" aria-hidden="true"></i> Projects</a></li>
        <li><a href="#contact"><i class="fa fa-envelope-o" aria-hidden="true"></i> Contact</a></li>
      </ul>
    </div>
  </div>
</nav>

<!-- MAIN -->
  
   <div class="jumbotron" id="main">
    <div class="block text-center">
      <h1>Joel Liam</h1>
      <h3>Always Learning.Always Evolving.</h3>
     </div>
   </div>
  
<!-- ABOUT -->
<div class ="container-fluid" id="about">
  <div class = "row">
    <div class = "col-sm-12">
      <div class="text-center">
        <h2>About Me</h2>
           <p>Student / Aspiring Web Developer
           </p>
           <p>My goal is to become a front end developer.
             Currently studying all there is to know about</p>
<p>I always had a passion for solving problems and learning new stuff. Web-Development was a subject that interested me for quite some time due to it's creativity and problem-solving levels.That is the reason i started learning and that is the reason i will never stop.</p>
           </p>   
         </div>
       </div>
    </div>
</div>

<!-- PROJECTS -->

<!-- PROJECTS -->
<div class ="container-fluid text-center" id="projects">
  <div class = "row">
    <div class = "col-sm-12">
      <div class="content-section text-center">
        <h2>Projects</h2>
        <p>My finished projects so far. </p><p>More projects will be added here as I work my way through the curriculum.</p>
      </div>
    </div>
  </div>

    <div class="row">

       <div class="col-xs-12 col-sm-6 col-md-3">
        <div class="wrap">
          <a href="https://codepen.io/Verrmundr/full/LLpBXZ/">
             <img src="http://i68.tinypic.com/29ndtz9.png" class="img-responsive">
           </a>
            <p>Lisa Randall - Tribute Page.</p>
          </div>
        </div>
      
      
       <div class="col-xs-12 col-sm-6 col-md-3">
        <div class="wrap">
          <a href="#">
             <img src="http://i64.tinypic.com/2ajuxjp.png" class="img-responsive">
           </a>
            <div class="project-title">PORTFOLIO</div>
          <div class="tech">HTML/CSS</div>
          <div class="summary">This is my second Free Code Camp Project. It is a portfolio about myself. It is the one your are seeing right now.</div>
          </div>
        </div>
    
       <div class="col-xs-12 col-sm-6 col-md-3">
        <div class="wrap">
          <a href="#">
             <img src="http://halffmandesigns.com/wp-content/uploads/2016/10/Coming-Soon-600x400.png" class="img-responsive">
           </a>
            <p>project title</p>
          </div>
        </div>
      
             <div class="col-xs-12 col-sm-6 col-md-3">
        <div class="wrap">
          <a href="#">
             <img src="http://halffmandesigns.com/wp-content/uploads/2016/10/Coming-Soon-600x400.png" class="img-responsive">
           </a>
            <p>project title</p>
          </div>
        </div>
  </div>
      
</div>

        <!-- CONTACT ME -->
        
        <div class="container-fluid text-center" id="contact">
            <div class="row text-center">          
              <h2>Get in touch  <i class="fa fa-envelope" aria-hidden="true"></i></h2>
          </div>
              <div class="row">
               <div class="col-md-4 col-md-offset-2 contact-form">
                     <form action="" method="POST" class="form-horizontal" role="form">
                  <label for="">Name</label>
                  <input type="text" name="" id="input" class="form-control" value="" required="required" pattern="" title="" placeholder="Joel Liam">
                  <label for="">Email</label>
                  <input type="email" name="" id="input" class="form-control" value="" required="required" title="" placeholder="gmail.com">
                  <label for="">Message</label>
                  <textarea name="" id="input" class="form-control" rows="10" required="required"></textarea>
                  <br>
                  <button type="submit" class="btn btn-primary">Submit</button>
                </form>
              </div>

             <div class="col-md-3">
               <p class="contact-me">Feel free to contact me whether you are interested to find out more about me or if you want to chat.</P>
               <ul>
                 <li>
	                            <a href="#" class="btn-social btn-outline fb-btn"><span class="sr-only">Facebook</span><i class="fa fa-fw fa-facebook"></i></a>
	                        </li>
	                        <li>
	                            <a href="#" class="btn-social btn-outline google-btn"><span class="sr-only">Google Plus</span><i class="fa fa-fw fa-google-plus"></i></a>
	                        </li>
	                        <li>
	                            <a href="#" class="btn-social btn-outline twitter-btn"><span class="sr-only">Twitter</span><i class="fa fa-fw fa-twitter"></i></a>
	                        </li>
	                        <li>
	                            <a href="#" class="btn-social btn-outline linkedin-btn"><span class="sr-only">Linked In</span><i class="fa fa-fw fa-linkedin"></i></a>
	                        </li>
        </div>
                </div>
          </div>
               
               
               <!-- FOOTER -->

               <footer>
                 <div class="container-fluid text-center">
                   <p>Coded by <a href="#">Joel Liam</a></p>
               </footer>
                 
              
            
!

CSS

              
                body{
  color:#fff;
}
p{
  font-size:1.8em;
  padding:0 80px;
}
.fa{
   color:#04c456;
}
#main{
  background: url("http://i64.tinypic.com/dsf0w.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height:600px;
  width:100%;
}
.block{
  background-color: black;
  margin-left:auto;
  margin-right:auto;
  margin-top:100px;
  width:50%;
  padding:10px;
  opacity:.7;
  border-radius: 5%;
}
.block{
  color: #fff;
}
.navbar{
  font-size:17px;
  margin-bottom: 0%;
}
body{
  background-color: white;
  font-family:Raleway;
}
h1{
  padding:0;
  margin-top:0px;
  font-size: 5em;
}

#about h2, #projects h2, #contact h2 {
  padding-bottom: 5%;
  font-size: 3.2em;
  font-family: 'Dosis', sans-serif;
  letter-spacing: 4px;
}
#about{
  min-height: 600px;
  background-color: #fff;
  color: #000;
}
#projects {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #1c1b1b;
}

#contact{
  background-color: #0b0d0e;
  height:auto;
  padding-bottom:50px;
}
.contact-form{
  font-size:150%;
  color: #fff;
  letter-spacing: 4px;
}
.contact-me{

}
#contact li{
  display:inline-block;
  padding-left:10px;
}
.btn-outline {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    border: 2px solid #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
    margin-top: 15px
}
.btn-social {
    height: 50px;
    width: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px
}
 a:hover  .fa-facebook { 
    color: #fff;
}
.fb-btn:hover{
    background-color: #3b5998;
}
 a:hover  .fa-google-plus { 
    color: #fff;
}
.google-btn:hover{
  background-color:#dd4b39;
  color: #fff;
}
 a:hover  .fa-twitter { 
    color: #fff;
}
.twitter-btn:hover{
  background-color: #55acee ;
  color: #fff;
}
 a:hover  .fa-linkedin { 
    color: #fff;
}
.linkedin-btn:hover{
    background-color:#007bb5;
  color: #fff;
}
.wrap {
  display: inline-block;
  margin-top: 20px;
  transition: all 1s;
}
.wrap:hover {
  box-shadow: 0px 0px 20px #04c456;
  transform: scale(1.01);
}
.project-title {
  font-family: Montserrat;
  color: grey;
  font-size: 1.5em;
  font-weight: bold;
  padding: 10px 10px 20px 0px;
}
.tech {
  color: #B0E0E6;
  font-family: Roboto Condensed;
  font-weight: 500;
  font-size: 1em;
  padding-bottom: 5px;
  text-align:left;
  padding-left:5px;
}

.project-summary {
  font-family: Roboto Condensed;
  color: rgba(0, 0, 0, 0.5);
  font-size: 1.1em;
  font-weight: 100;
  padding-top: 15px;
  padding-bottom: 30px;
}


footer{
  background-color: #0b0d0e;
  height:70px;
  color: #fff;
}
footer p{
   padding-top: 20px;
}
              
            
!

JS

              
                
              
            
!
999px

Console