"default css for theme development"
Bootstrap 3.0.0 Snippet by jeevan123456

<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> </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=".3s" style="visibility: visible; animation-delay: 0.3s; animation-name: fadeIn;"> </div> <h4><a href="#">Cleant Style</a> <span class="text-uppercase margin-l-20">Design</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 --> </div> <!--// end row --> </div> <div class="container-full-width"> <div class="row row-space-2"> <div class="col-sm-6 sm-margin-b-4"> <img class="img-responsive" src="img/970x647/01.jpg" alt="Image"> </div> <div class="col-sm-6"> <img class="img-responsive" src="img/970x647/03.jpg" alt="Image"> </div> </div> <!--// end row --> </div> </div>
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 { position:absolute; top:8px; right:-15px; width:9px; height:2px; background:#17bed2; content:" " } h1, h2, h3, h4, h5, h6 { font-weight: 700; color: #515769; line-height: 1.4; margin: 0 0 15px; }

Related: See More


Questions / Comments: