"Beautiful image card with description"
Bootstrap 3.2.0 Snippet by Cyruxx

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="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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 ---------->
<div class="container">
<div class="row">
<h4>So I've worked on a new project and came up with this UI. Here you can use it. :) Follow me on twitter: <a href="https://twitter.com/AlexMahrt/">@AlexMahrt</a></h4>
</div>
<hr>
<div class="row row-margin-bottom">
<div class="col-md-5 no-padding lib-item" data-category="view">
<div class="lib-panel">
<div class="row box-shadow">
<div class="col-md-6">
<img class="lib-img-show" src="http://lorempixel.com/850/850/?random=123">
</div>
<div class="col-md-6">
<div class="lib-row lib-header">
Example library
<div class="lib-header-seperator"></div>
</div>
<div class="lib-row lib-desc">
Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor Lorem ipsum dolor
</div>
</div>
</div>
</div>
</div>
<div class="col-md-1"></div>
<div class="col-md-5 no-padding lib-item" data-category="ui">
<div class="lib-panel">
<div class="row box-shadow">
<div class="col-md-6">
<img class="lib-img" src="http://lorempixel.com/850/850/?random=456">
</div>
<div class="col-md-6">
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
body {
padding: 20px;
font-family: 'Open Sans', sans-serif;
background-color: #f7f7f7;
}
.lib-panel {
margin-bottom: 20Px;
}
.lib-panel img {
width: 100%;
background-color: transparent;
}
.lib-panel .row,
.lib-panel .col-md-6 {
padding: 0;
background-color: #FFFFFF;
}
.lib-panel .lib-row {
padding: 0 20px 0 20px;
}
.lib-panel .lib-row.lib-header {
background-color: #FFFFFF;
font-size: 20px;
padding: 10px 20px 0 20px;
}
.lib-panel .lib-row.lib-header .lib-header-seperator {
height: 2px;
width: 26px;
background-color: #d9d9d9;
margin: 7px 0 7px 0;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments:

is it responsive?

Samiul Haque Khan () - 7 years ago - Reply -1


THESE ARE BIG

jaredstenquist () - 7 years ago - Reply 0


You're welcome! By the way, I used this at http://android-libs.com

Alex () - 10 years ago - Reply 0


thanks, it's very useful.

roncali () - 10 years ago - Reply 0


nice thank you

lakhdar () - 10 years ago - Reply 0