Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <script src="http://code.jquery.com/jquery.min.js"></script>
    <link href="http://getbootstrap.com/dist/css/bootstrap.css" rel="stylesheet" type="text/css" />
    <script src="http://getbootstrap.com/dist/js/bootstrap.js"></script>
    <meta charset="utf-8">
    <title>Stackoverflow - How to center align vertically the container in bootstrap</title>
    <meta name="description" content="How to center align vertically the container in bootstrap http://stackoverflow.com/questions/22196587/how-to-center-align-vertically-the-container-in-bootstrap">
  </head>
  <body>
    <div class="jumbotron vertical-center">
      <div class="container text-center">
        <h1>The easiest and powerful way</h1>
        <div class="row">
          <div class="col-md-7">
            <div class="top-bg"></div>
          </div>
          <div class="col-md-5 iPhone-features" style="margin-left:-25px;">
            <ul class="top-features">
              <li>
                <span><i class="fa fa-random simple_bg top-features-bg"></i></span>
                <p><strong>Redirect</strong><br>Visitors where they converts more.</p>
              </li>
              <li>
                <span><i class="fa fa-cogs simple_bg top-features-bg"></i></span>
                <p><strong>Track</strong><br>Views, Clicks and Conversions.</p>
              </li>
              <li>
                <span><i class="fa fa-check simple_bg top-features-bg"></i></span>
                <p><strong>Check</strong><br>Constantly the status of your links.</p>
              </li>
              <li>
                <span><i class="fa fa-users simple_bg top-features-bg"></i></span>
                <p><strong>Collaborate</strong><br>With Customers, Partners and Co-Workers.</p>
              </li>
              <a href="pricing-and-signup.html" class="btn-primary btn h2 lightBlue get-Started-btn">GET STARTED</a>
              <h6 class="get-Started-sub-btn">FREE VERSION AVAILABLE!</h6>
            </ul>
          </div>
        </div>
      </div>
    </div> 
  </body>
</html>
Output

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

Dismiss x
public
Bin info
qolamipro
0viewers