"default css for theme development"
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 id="products">
<div class="container products-padding">
<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 wow fadeIn animated" src="https://images.pexels.com/photos/7092/desk-office-hero-workspace.jpg?w=940&h=650&auto=compress&cs=tinysrgb" alt="Latest Products Image" data-wow-duration=".3" data-wow-delay=".1s" style="visibility: visible; animation-delay: 0.1s; animation-name: fadeIn;">
</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="button" 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 wow fadeIn animated" src="https://images.pexels.com/photos/301930/pexels-photo-301930.jpeg?w=940&h=650&auto=compress&cs=tinysrgb" alt="Latest Products Image" data-wow-duration=".3" data-wow-delay=".2s" style="visibility: visible; animation-delay: 0.2s; animation-name: fadeIn;">
</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="button" href="#">Read More</a>
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: 22px;
}
.products-padding {
padding-top: 100px;
padding-bottom: 100px;
}
.margin-b-40 {
margin-bottom:40px!important
}
.margin-b-50 {
margin-bottom:50px!important
}
.margin-b-20 {
margin-bottom:20px!important
}
.row-space-2 {
margin-right:-2px;
margin-left:-2px
}
p {
font-size:22px;
font-weight:400;
color:#a6a7aa;
margin-bottom:15px
}
a {
color:#81848f
}
a:active,a:focus,a:hover {
color:#999caa
}
.button {
font-size:20px;
font-weight:600
}
.button:after {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: