"Tumblr cards redesign concept"
Bootstrap 3.3.0 Snippet by pradeephdc

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 ---------->
<section id="t-cards">
<div class="container">
<div class="row">
<div class="col-sm-6 col-md-3">
<div class="panel panel-default panel-card">
<div class="panel-heading">
<img src="https://scontent-sin.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/1607083_656091281113632_1458066828_n.jpg?oh=5584a062f26a936f0db5c9add7e1d00a&oe=55928799" />
<button class="btn btn-primary btn-sm" role="button">Follow</button>
</div>
<div class="panel-figure">
<img class="img-responsive img-circle" src="https://scontent-sin.xx.fbcdn.net/hphotos-xpf1/v/t1.0-9/1607083_656091281113632_1458066828_n.jpg?oh=5584a062f26a936f0db5c9add7e1d00a&oe=55928799" />
</div>
<div class="panel-body text-center">
<h4 class="panel-header"><a href="https://twitter.com/maridlcrmn">@Maridlcrmn</a></h4>
<small>A short description goes here.</small>
</div>
<div class="panel-thumbnails">
<div class="row">
<div class="col-xs-4">
<div class="thumbnail">
<img src="http://placemi.com/mzwlj/60x60" />
</div>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<img src="http://placemi.com/yboaj/60x60" />
</div>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<img src="http://placemi.com/gv3bp/60x60" />
</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
/*
Code snippet by maridlcrmn for Bootsnipp.com
Follow me on Twitter @maridlcrmn
Image credits: unsplash.com, uifaces.com/authorized
Image placeholders: placemi.com
*/
#t-cards {
padding-top: 80px;
padding-bottom: 80px;
background-color: #345;
}
/********************************/
/* Panel cards */
/********************************/
.panel.panel-card {
position: relative;
height: 241px;
border: none;
overflow: hidden;
}
.panel.panel-card .panel-heading {
position: relative;
z-index: 2;
height: 120px;
border-bottom-color: #fff;
overflow: hidden;
-webkit-transition: height 600ms ease-in-out;
transition: height 600ms ease-in-out;
}
.panel.panel-card .panel-heading img {
position: absolute;
top: 50%;
left: 50%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: