"3 Boxes for Featured Products"
Bootstrap 4.1.1 Snippet by warylad

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-fluid">
<div class="row">
<div class="col-lg-12 col- md-12 col-sm-12">
<div class="row">
<!--1 card-->
<div class="col=lg-4 col-md-4 col-sm-12 order-md-1">
<div class="container block rounded-lg rounded-sm ">
<!--1st row--->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<a href=""><img style="max-width: 100%;" src="https://dummyimage.com/600x400/000/fff" alt="placeholder image" class="img-fluid"/></a>
<p><center class="mb-3" style="text-align:justify;">For suitable crops, ingredients, product label and further information, click image for details.</center></p>
</div>
</div>
<!--2nd row--->
<div class="row" >
<div class="col-lg-12 col-md-12 col-sm-12 block2">
<p><h4 class="mb-3"><i class="fa fa-flask"></i> King Timer </h4></p>
</div>
</div>
</div>
</div>
<!--2nd card--->
<div class="col=lg-4 col-md-4 col-sm-12 order-md-2">
<div class="container block rounded-lg rounded-sm">
<!--1st row--->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<a href=""><img style="max-width: 100%;" src="https://dummyimage.com/600x400/000/fff" alt="placeholder image" class="img-fluid"/></a>
<p><center class="mb-3" style="text-align:justify;">For suitable crops, ingredients, product label and further information, click image for details.</center></p>
</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
<!--CSS-->/*text family*/
div{
font-family:open sans;
}
.block{
border:1px solid black;
border-radius: 5px;
font-size:17px;
}
/* hover on blocks*/
.block:hover{
background-color:#337ab7;
color:white;
}
img:hover{
border:1px solid white;
}
/*background color*/
.block2{
background-color:#084035;
}
/*texy size and color*/
h4{
color:white;
}///
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: