Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
  <meta charset="utf-8">
  <title>[Stackoverflow] Landing Page responsiva com bootstrap</title>
</head>
<body>
 <section class="success" id="about">
    <div class="container">
        <div class="row">
            <div class="col-lg-12 text-center">
                <h2>ASSISTA</h2>
                <hr class="star-light">
            </div>
        </div>
        <div class="row">
            <div class="col-sm-4">
              <iframe src="https://player.vimeo.com/video/143313674" width="100%" height="auto" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
              <p><a href="https://vimeo.com/143313674"></p>
            </div>
            <div class="col-sm-6 col-sm-push-2">
            <div class="deck clearfix">
              <img src="img/portfolio/submarine.png" width="100" height="100" style="display:block"> 
              <div class="figure illustration ng-isolate-scope lazy-canceled" lazy-load="figures" style="display: block;"> 
                <div class="lyft-classic"></div>
              </div> 
              <div class="body grid-center"> 
                <h3>SOCIAL</h3> 
                <p>Com um viés social e espírito de equipe. </p> 
              </div> 
              </div>
            <div class="deck clearfix"> 
              <img src="img/portfolio/submarine.png" width="100" height="100" style="display:block"> 
              <div class="figure illustration ng-isolate-scope lazy-canceled" lazy-load="figures" style="display: block;"> 
                <div class="lyft-classic"></div> 
              </div> 
              <div class="body grid-center"> 
                <h3>SOCIAL</h3> 
                <p>Com um viés social e espírito de equipe. </p> 
              </div> 
              </div>
            </div>
        </div>
    </div>
</section>
</body>
</html>
Output

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

Dismiss x
public
Bin info
fulanodigitalpro
0viewers