Zwei 50% - Spalten mit Twitter Bootstrap

Wie erstellen von 2 Spalten von 50% mit Twitter Bootstrap 3? Was ich versucht habe:

<div class="container">
<!-- Footer -->
  <div class="footer">
    <div class="footer-info">
      <div class="row">
        <div class="col-lg-6"><h3>Contact Us</h3></div>
        <div class="col-lg-6"><h3>Products & Services</h3></div>
    </div>      
    </div>
  </div>
</div>    
<!-- End Footer -->

InformationsquelleAutor Ch'an Armstrong | 2014-01-14

Schreibe einen Kommentar