"Team CSS3 Animated Block"
Bootstrap 3.3.0 Snippet by cyberwani

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="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!--
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
-->
<div class="container content">
<div class="heading">
<h2>Our <strong>Great Team</strong></h2>
<p>To try the most advanced business</p>
</div><!-- //end heading -->
<div class="row">
<div class="col-sm-4">
<div class="team-members">
<div class="team-avatar">
<img class="img-responsive" src="http://keenthemes.com/assets/bootsnipp/member1.png" alt="">
</div>
<div class="team-desc">
<h4>John Doe</h4>
<span>Marketing</span>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="team-members">
<div class="team-avatar">
<img class="img-responsive" src="http://keenthemes.com/assets/bootsnipp/member2.png" alt="">
</div>
<div class="team-desc">
<h4>Melisa Doe</h4>
<span>Founder</span>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/
.content {
padding-top: 30px;
}
/* Heading */
.heading {
z-index: 1;
position: relative;
text-align: center;
margin-bottom: 100px;
}
.heading:after {
left: 50%;
height: 3px;
width: 50px;
content: " ";
bottom: -35px;
margin-left: -25px;
position: absolute;
background: #444;
}
.heading h2 {
font-size: 40px;
font-weight: 500;
margin: 0 0 20px;
color: #444;
}
.heading p {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: