"vertical-align"
Bootstrap 3.3.0 Snippet by mrynart

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<section class="">
<div class="container">
<div class="row">
<div class="col-xs-6 col-md-8 col-lg-20">
<div class="half-height">
<div class="mid-center">
<p>Our host Stefanie Palomino will visit Lufthansa Aviation Center in Frankfurt for an interview with Stefanie Heucke, IT Manager Mobile Lufthansa.</p>
<p>What kind of working are they using that help them to keep up with the mobile business? Soon available on Youtube and via this website. </p>
</div>
</div>
</div>
</div>
</div>
</section>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
.mid-center {
position: relative;
top: 50%;
transform: translateY(-50%);
}
.half-height {
height: 280px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: