"5 Equal Column in Bootstrap Grid System"
Bootstrap 3.3.0 Snippet by r4gn4r

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="col-sm-12"> <div class="row"> <div class="col-sm-7 five-three"> <div class="row"> <div class="col-sm-4"> <div class = "jumbotron" style="padding: 0px; width: 100%;"> <img src="http://barcampkocaeli.org/data/content/imgs/melihinal.jpg" alt="Melih İnal" class="img-responsive" style="margin-top: 0px; padding: 0px; width: 100%;"> <h2 style="text-align: center; font-size: 25px">Prof. Dr. Melih İnal</h2> <p style="text-align: center; font-size: 17px; color: #595959; padding-bottom: 20px;">Kocaeli Üniversitesi Enformatik Bölüm Başkanı</p> </div> </div> <div class="col-sm-4"> <div class = "jumbotron" style="padding: 0px; width: 100%;"> <img src="http://barcampkocaeli.org/data/content/imgs/uguryildiz.jpg" alt="Uğur Yıldız" class="img-responsive" style="margin-top: 0px; padding: 0px; width: 100%;"> <h2 style="text-align: center; font-size: 25px">Öğr. Gör. Uğur Yıldız</h2> <p style="text-align: center; font-size: 17px; color: #595959; padding-bottom: 20px;">Kocaeli Üniversitesi Enformatik Bölüm Başkan Yard.</p> </div> </div> <div class="col-sm-4"> <div class = "jumbotron" style="padding: 0px; width: 100%;"> <img src="http://barcampkocaeli.org/data/content/imgs/ekrem.jpg" alt="Ekrem Hatipoğlu" class="img-responsive" style="margin-top: 0px; padding: 0px; width: 100%;"> <h2 style="text-align: center; font-size: 25px">Ekrem Hatipoğlu</h2> <p style="text-align: center; font-size: 17px; color: #595959; padding-bottom: 20px;">Öğrenci Geliştirici</p> </div> </div><!-- end inner row --> </div> </div> <div class="col-sm-5 five-two"> <div class="row"> <div class="col-sm-6"> <div class = "jumbotron" style="padding: 0px; width: 100%;"> <img src="http://barcampkocaeli.org/data/content/imgs/elif.jpg" alt="Elif Kunaş" class="img-responsive" style="margin-top: 0px; padding: 0px; width: 100%;"> <h2 style="text-align: center; font-size: 25px">Elif Kunaş</h2> <p style="text-align: center; font-size: 17px; color: #595959; padding-bottom: 20px;">Öğrenci Geliştirici</p> </div> </div> <div class="col-sm-6"> <div class = "jumbotron" style="padding: 0px; width: 100%;"> <img src="http://barcampkocaeli.org/data/content/imgs/musa.jpg" alt="Musa Toktaş" class="img-responsive" style="margin-top: 0px; padding: 0px; width: 100%;"> <h2 style="text-align: center; font-size: 25px">Musa Toktaş</h2> <p style="text-align: center; font-size: 17px; color: #595959; padding-bottom: 20px;">Öğrenci Geliştirici</p> </div> </div> </div><!-- end inner row --> </div> </div>​<!-- end outer row --> </div> </div>
@media (min-width: 768px) { div.col-sm-7.five-three { width: 60% !important; } div.col-sm-5.five-two { width: 40% !important; } }

Related: See More


Questions / Comments: