Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <title>JS Bin</title>
  </head>
  <body>
    <div id="container">
      <div id="slider"></div>
      <div id="mainContent">
        
        <div class="centered">
          <div class="fixedWidth2">
            <h2>About</h2>
            <p>Learn more about me and my accomplishments.</p>
          </div>
          <div class="fixedWidth2">
            <h2>Work</h2>
            <p>I tend to get involved with a lot of different projects. Ranging from a simple photoshop gig to having a small role in a television/pilot</p>
          </div>
          <div class="fixedWidth2">
            <h2>Collaborate</h2>
            <p>Have a brand new or idea of a project? Whatever help you may need, I may be of some assistance to</p>
          </div>
        </div>
        
      </div><!-- mainContent DIV -->
    </div>
  </body>
</html>
 
*{margin:0;}
h2, p{
  padding:15px;
  margin:0;
}
#container{
  width:960px;
  margin:0 auto;
  background:#eee;
}
#slider{
  background:blue;
  height:400px;
}
.centered{
  text-align:center;
}
.centered > div{
  text-align:left;
}
.fixedWidth2{
  min-height:170px;
  background:#ddd;
  display:inline-block;
  vertical-align:top;
  width: 250px;
  margin: 15px;
}
.fixedWidth2 h2{
  text-align:center;
  background:#aaa;
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
roXonpro
0viewers