"material design- product"
Bootstrap 3.3.0 Snippet by jeevan123456

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.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 ----------> <section class="wrapper"> <div class="container-big"> <div> <img src="" class="big-logo"/> <h1 class="heading"> Listing </h1> </div> <div class="content"> <div class="container"> <div class="row"> <div class="col-xs-12 col-sm-4"> <div class="carbox"> <a class="img-carbox" href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html"> <img src="https://1.bp.blogspot.com/-Bii3S69BdjQ/VtdOpIi4aoI/AAAAAAAABlk/F0z23Yr59f0/s640/cover.jpg" /> </a> <div class="carbox-content"> <h4 class="carbox-title"> <a href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html"> Bootstrap 3 Carousel FadeIn Out Effect </a> </h4> <p class=""> Tutorial to make a carousel bootstrap by adding more wonderful effect fadein ... </p> </div> <div class="carbox-read-more"> <a href="http://www.big.com/2016/03/bootstrap-3-carousel-fade-effect.html" class="btn btn-link btn-block"> Read More </a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="carbox"> <a class="img-carbox" href="http://www.big.com/2016/03/5-button-hover-animation-effects-css3.html"> <img src="https://3.bp.blogspot.com/-bAsTyYC8U80/VtLZRKN6OlI/AAAAAAAABjY/kAoljiMALkQ/s400/material%2Bnavbar.jpg" /> </a> <div class="carbox-content"> <h4 class="carbox-title"> <a href="http://www.big.com/2016/02/awesome-material-design-responsive-menu.html"> Material Design Responsive Menu </a> </h4> <p class=""> Material Design is a visual programming language made by Google. Language programming... </p> </div> <div class="carbox-read-more"> <a href="http://codepen.io/wisnust10/full/ZWERZK/" class="btn btn-link btn-block"> Read More </a> </div> </div> </div> <div class="col-xs-12 col-sm-4"> <div class="carbox"> <a class="img-carbox" href="http://www.big.com/2016/03/5-button-hover-animation-effects-css3.html"> <img src="https://4.bp.blogspot.com/-TDIJ17DfCco/Vtneyc-0t4I/AAAAAAAABmk/aa4AjmCvRck/s1600/cover.jpg" /> </a> <div class="carbox-content"> <h4 class="carbox-title"> <a href="http://www.big.com/2016/03/5-button-hover-animation-effects-css3.html">5 Button Hover Animation Effects </a> </h4> <p class=""> tutorials button hover animation, although very much a hover button is very beauti... </p> </div> <div class="carbox-read-more"> <a href="http://www.big.com/2016/03/5-button-hover-animation-effects-css3.html" class="btn btn-link btn-block"> Read More </a> </div> </div> </div> </div> </div> </div> </div> </section>
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,900); html, body { -moz-box-sizing: border-box; box-sizing: border-box; height: 100%; width: 100%; background: #FFF; font-family: 'Roboto', sans-serif; font-weight: 400; } .wrapper { display: table; height: 100%; width: 100%; } .container-big { display: table-cell; padding: 1em; text-align: center; vertical-align: middle; } .big-logo { width: 100px; margin-bottom:15px } h1.heading { color: #fff; font-size: 1.15em; font-weight: 900; margin: 0 0 0.5em; color: #505050; } @media (min-width: 450px) { h1.heading { font-size: 3.55em; } } @media (min-width: 760px) { h1.heading { font-size: 3.05em; } } @media (min-width: 900px) { h1.heading { font-size: 3.25em; margin: 0 0 0.3em; } } .carbox { display: block; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border-radius: 2px; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); transition: box-shadow .25s; } .carbox:hover { box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); } .img-carbox { width: 100%; height:200px; border-top-left-radius:2px; border-top-right-radius:2px; display:block; overflow: hidden; } .img-carbox img{ width: 100%; height: 200px; object-fit:cover; transition: all .25s ease; } .carbox-content { padding:15px; text-align:left; } .carbox-title { margin-top:0px; font-weight: 700; font-size: 1.65em; } .carbox-title a { color: #000; text-decoration: none !important; } .carbox-read-more { border-top: 1px solid #D4D4D4; } .carbox-read-more a { text-decoration: none !important; padding:10px; font-weight:600; text-transform: uppercase }

Related: See More


Questions / Comments: