"card design + portfolio + ravi"
Bootstrap 4.1.1 Snippet by ravi7284007

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 ---------->
<div class="container">
<!-- Top Navigation -->
<div class="content">
<div class="grid">
<figure class="effect-ravi">
<img src="https://cdn.pixabay.com/photo/2016/01/19/17/48/woman-1149911_960_720.jpg" alt="img12" />
<figcaption>
<div>
<h2>Rings</h2>
<p>Rings - Buy Rings Online for men & women at best price in India.</p>
</div>
<a href="#">View more</a>
</figcaption>
</figure>
<figure class="effect-ravi">
<img src="https://cdn.pixabay.com/photo/2017/06/02/14/11/girl-2366438_960_720.jpg" alt="img1" />
<figcaption>
<div>
<h2>Ear <span>rings</span></h2>
<p>Earrings - Shop from the latest collection of Earrings for women & girls online.</p>
</div>
<a href="#">View more</a>
</figcaption>
</figure>
</div>
<div class="grid">
<figure class="effect-ravi">
<img src="https://cdn.pixabay.com/photo/2018/05/10/20/00/love-3388622_960_720.jpg" alt="img12" />
<figcaption>
<div>
<h2>Bracelets</h2>
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 {
background: black;
}
@font-face {
font-weight: normal;
font-style: normal;
font-family: 'feathericons';
src: url('../fonts/feathericons/feathericons.eot?-8is7zf');
src: url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'), url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'), url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'), url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
.grid {
position: relative;
margin: 0 auto;
padding: 1em 0 4em;
max-width: 1000px;
list-style: none;
text-align: center;
}
/* Common style */
.grid figure {
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
min-width: 320px;
max-width: 480px;
max-height: 360px;
width: 48%;
background: #3085a3;
text-align: center;
cursor: pointer;
}
.grid figure img {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: