Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="//code.jquery.com/jquery.min.js"></script>
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  
  
<header class="header text-center">
   My header
</header>
<div class="container">
   <div class="row portfolio-grid">
      <div class="col-sm-6">
         <div class="img-wrapper">
            <img src="http://placekitten.com/g/400/300" class="img-responsive center-block" alt="">
            <div class="title">
               <h3>Title of Project</h3>
               <p>Content about project goes here</p>
            </div>
         </div>
      </div>
      <!--/.col-sm-6 -->
      <div class="col-sm-6">
         <div class="img-wrapper">
            <img src="http://placebear.com/g/400/300" class="img-responsive center-block" alt="">
         </div>
      </div>
      <!--/.col-sm-6 -->
      <div class="clearfix visible-sm"></div>
      <div class="col-sm-6">
         <div class="img-wrapper">
            <img src="http://placekitten.com/g/400/300" class="img-responsive center-block" alt="">
         </div>
      </div>
      <!--/.col-sm-6 -->
      <div class="col-sm-6">
         <div class="img-wrapper">
            <img src="http://placekitten.com/g/400/300" class="img-responsive center-block" alt="">
         </div>
      </div>
      <!--/.col-sm-6 -->
   </div>
   <!--/.row-->
</div>
<!--/.container-->
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
carasmopro
0viewers