"latest products"
Bootstrap 3.0.0 Snippet by jeevan123456

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.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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='https://fonts.googleapis.com/css?family=Athiti' rel='stylesheet'>
<div class="container latest-product-section">
<div class="row text-center margin-b-40">
<div class="col-sm-6 col-sm-offset-3">
<h2>Latest Products</h2>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed tempor incididunt ut laboret dolore magna aliqua enim minim veniam exercitation</p>
</div>
</div>
<!--// end row -->
<div class="row">
<!-- Latest Products -->
<div class="col-sm-4 sm-margin-b-50">
<div class="margin-b-20">
<img class="img-responsive" src="https://images.pexels.com/photos/288477/pexels-photo-288477.jpeg?w=940&h=650&auto=compress&cs=tinysrgb" alt="Latest Products Image">
</div>
<h4><a href="#">Workspace</a> <span class="text-uppercase margin-l-20">Management</span></h4>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed tempor incdidunt ut laboret dolor magna ut consequat siad esqudiat dolor</p>
<a class="link" href="#">Read More</a>
</div>
<!-- End Latest Products -->
<!-- Latest Products -->
<div class="col-sm-4 sm-margin-b-50">
<div class="margin-b-20">
<img class="img-responsive" src="https://images.pexels.com/photos/288477/pexels-photo-288477.jpeg?w=940&h=650&auto=compress&cs=tinysrgb" alt="Latest Products Image">
</div>
<h4><a href="#">Minimalism</a> <span class="text-uppercase margin-l-20">Developmeny</span></h4>
<p>Lorem ipsum dolor sit amet consectetur adipiscing elit sed tempor incdidunt ut laboret dolor magna ut consequat siad esqudiat dolor</p>
<a class="link" href="#">Read More</a>
</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
body {
font-family: 'Roboto';font-size: 25px;
}
.latest-product-section {
padding-top: 100px;
padding-bottom: 100px;
}
h2 {
font-size: 30px;
}
p {
font-size: 15px;
font-weight: 400;
color: #a6a7aa;
margin-bottom: 15px;
}
h1, h2, h3, h4, h5, h6 {
font-weight: 700;
color: #515769;
line-height: 1.4;
margin: 0 0 15px;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
color: #515769;
}
.margin-b-20 {
margin-bottom: 20px !important;
}
.margin-b-40 {
margin-bottom: 40px !important;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: