"latest products"
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 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> <!-- 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="#">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="link" href="#">Read More</a> </div> <!-- End Latest Products --> </div> <!--// end row --> </div>
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; } .margin-b-50 { margin-bottom: 40px !important; } a:hover { color: #999caa; text-decoration: none; } span { font-size: 14px; font-weight: 400; color: #bfc1c7; } a:active, a:focus, a:hover { color: #999caa; } .text-uppercase { text-transform: uppercase; } .link { font-size: 13px; font-weight: 600; }

Related: See More


Questions / Comments: