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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
@media (min-width: 768px) {
div.col-sm-7.five-three {
width: 60% !important;
}
div.col-sm-5.five-two {
width: 40% !important;
}
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: