"Team Member 10 Unique Style"
Bootstrap 4.1.1 Snippet by karanjeet

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/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/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 ---------->
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700|Poppins:200,300,400,500,500i,600,700,800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="tp-divid">
<div class="container">
<div class="tp-separator">
<span class="tp-sep-hldr">
<span class="tp-sep-lne">
</span>
</span>
<span class="heading">Style 1</span>
<span class="tp-sep-hldr">
<span class="tp-sep-lne">
</span>
</span>
</div>
</div>
</div>
<div class="team-area">
<div class="team-warp">
<div class="team-one">
<div class="container-fluid">
<div class="row tp-padding">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="team-style-one team-style-block">
<div class="img-box">
<img src="https://i.ibb.co/t4yt9GV/t1.jpg" alt="t1" >
<div class="img-overlay"></div>
<div class="social">
<a href="#" class="fa fa-twitter"></a>
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
/** start team **/
body {
font-family: 'Montserrat', sans-serif;
}
a:hover {
text-decoration:none;
}
img {
display: inline-block;
max-width: 100%;
transition: all 0.3s ease-out 0s;
vertical-align: middle;
border-style: none;
}
.heading {
padding: 0px 15px;
font-size: 16px;
color: #6b6b6b;
font-weight: 500;
}
.tp-separator {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: row;
align-items: center;
padding: 60px 0px;
}
.tp-separator .tp-sep-hldr {
position: relative;
-webkit-box-flex: 1;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: