"Card Style with Logo-Bootstrap"
Bootstrap 4.0.0 Snippet by omman

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.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-6 col-md-6 col-lg-3">
<div class="card card-inverse">
<img class="profile-img-card-img-top" src="https://i.imgur.com/n2mqwec.png" alt="Card Profile Image">
<div class="profile-img-card-block">
<figure class="profile-img-card-profile">
<img src="https://i.imgur.com/n2mqwec.png" class="profile-img-card-profile-avatar" alt="Card Profile Image">
</figure>
<h4 class="profile-img-card-title">Muhammad Omman</h4>
<div class="profile-img-card-text">
<a>CEO</a>
</div>
<div class="profile-img-card-text-bold">
Professional Web Developer
</div>
</div>
<div class="profile-img-card-footer">
<small>Just Now Updated</small>
<button class="btn btn-primary pull-right">Follow</button>
</div>
</div>
</div>
</div>
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
/*Added by Omman Begin Profile Style card*/
.profile-img-card {
font-size: 1em;
overflow: hidden;
padding: 0;
border: none;
border-radius: .28571429rem;
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.profile-img-card-block {
font-size: 1em;
position: relative;
margin: 0;
padding: 1em;
border: none;
border-top: 1px solid rgba(34, 36, 38, .1);
box-shadow: none;
background: #46629e;
}
.profile-img-card-img-top {
display: block;
width: 100%;
height: auto;
border-radius: 5px 5px 0px 0px;
}
.profile-img-card-title {
font-size: 1.28571429em;
font-weight: 700;
line-height: 1.2857em;
color: #f3f1f1;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: