"Profile Card"
Bootstrap 3.3.0 Snippet by octavioboot

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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="card hovercard">
<button type="button" class="btn btn-primary btn-xs pull-left" >Id:12334</button><button class="btn btn-primary btn-xs pull-right">19-05-2015</button>
<div class="cardheader" style="background: url('http://www.justprop.com/components/com_djclassifieds/images/id_images/68.jpg');background-size: cover;height: 135px;">
</div>
<div class="avatar">
<img alt="" src="http://www.justprop.com/components/com_djclassifieds/images/id_images/51.jpg">
</div>
<div class="info">
<div class="title">
<a target="_blank" href="#">octávio</a>
</div>
<div class="desc"></div>
</div>
<div class="bottom">
<a class="btn btn-primary btn-sm" href="https://twitter.com/webmaniac">
Seguir
</a>
<a class="btn btn-primary btn-sm" href="https://twitter.com/webmaniac">
Seguindo
</a>
<a class="btn btn-primary btn-sm" href="https://twitter.com/webmaniac">
Amigo
</a>
</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
.card {
padding-top: 20px;
margin: 10px 0 20px 0;
background-color: rgba(214, 224, 226, 0.2);
border-top-width: 0;
border-bottom-width: 2px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.card .card-heading {
padding: 0 20px;
margin: 0;
}
.card .card-heading.simple {
font-size: 20px;
font-weight: 300;
color: #777;
border-bottom: 1px solid #e5e5e5;
}
.card .card-heading.image img {
display: inline-block;
width: 46px;
height: 46px;
margin-right: 15px;
vertical-align: top;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: