"blog page"
Bootstrap 3.3.0 Snippet by SANTANU CHOWDHURY

<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 ----------> <div class="main-page"> <!-- top-nav --> <div class="top-nav"> <div class="container"> <div class="row"> <div class="col-md-6 col-sm-6"></div> <div class="col-md-6 col-sm-6"></div> </div> </div> </div> <!-- main-banner --> <div class="main-banner"> <div class="container"> <img src="http://placehold.it/1200x300" class="img-responsive"> </div> </div> <!-- post-widgets --> <div class="post-widgets"> <div class="container"> <div class="row"> <div class="col-md-8"> <ol class="breadcrumb"> <li><a href="#">Home</a></li> <li><a href="#">Library</a></li> <li class="active">Data</li> </ol> <div class="page"> <h3>There are many variations of passages of Lorem Ipsum</h3> <div class="details"> <ul> <li>Admin</li> <li>April 18, 2017</li> <li>Webdesign</li> </ul> </div> <div class="content"> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution </p> </div> <h4><a href="read-more">Read More</a></h4> </div> <div class="page"> <h3>There are many variations of passages of Lorem Ipsum</h3> <div class="details"> <ul> <li>Admin</li> <li>April 18, 2017</li> <li>Webdesign</li> </ul> </div> <div class="content"> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution </p> </div> <h4><a href="read-more">Read More</a></h4> </div> <div class="page"> <h3>There are many variations of passages of Lorem Ipsum</h3> <div class="details"> <ul> <li>Admin</li> <li>April 18, 2017</li> <li>Webdesign</li> </ul> </div> <div class="content"> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution </p> </div> <h4><a href="read-more">Read More</a></h4> </div> <div class="page"> <h3>There are many variations of passages of Lorem Ipsum</h3> <div class="details"> <ul> <li>Admin</li> <li>April 18, 2017</li> <li>Webdesign</li> </ul> </div> <div class="content"> <p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution </p> </div> <h4><a href="read-more">Read More</a></h4> </div> </div> <div class="col-md-4 make_me_sticky"> <div class="widgets"> <h3>Search</h3> <div class="input-group"> <input type="text" class="form-control" name="x" placeholder="Search term..."> <span class="input-group-btn"> <button class="btn btn-default" type="button">search</button> </span> </div> </div> <div class="widgets"> <h3>Categori</h3> <ul> <li><a href="#">Design</a></li> <li><a href="#">Webdesign</a></li> <li><a href="#">Development</a></li> <li><a href="#">Wordpress</a></li> </ul> </div> <div class="widgets"> <h3>Recent Posts</h3> <ul> <li><h4><a href="#">There are many variations of passages of Lorem Ipsum</a></h4></li> <li><h4><a href="#">There are many variations of passages of Lorem Ipsum</a></h4></li> <li><h4><a href="#">There are many variations of passages of Lorem Ipsum</a></h4></li> </ul> </div> </div> </div> </div> </div> </div><!-- main-page -->
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600'); body{ background-color:#f1f1f1; font-family: 'Nunito Sans', sans-serif; width: 100%; height: 100%; font-size: 16px; letter-spacing: .5px; } a { color:#333; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; } a:hover, a:focus { color:#333; text-decoration: none; } h1, h2, h3, h4, h5 { letter-spacing: 0px; margin: 0px; } .img-responsive { width: 100%; } /* ------ main-page ------ */ .main-page{ max-width:1000px; margin:0 auto; } .container{ max-width:1000px; margin:0 auto; } /* ------ top-nav ------ */ .top-nav{ padding-top:10px; padding-bottom:10px; } /* ------ main-banner ------ */ .main-banner{ margin-bottom:20px; } /* ------ page ------ */ .page{ background-color:#fff; padding:20px 15px; margin-bottom:20px; } .page h3{ font-size:22px; margin-bottom:12px; } .page p{ font-size:17px; font-weight:500; } .page .details ul{ list-style: none; padding-left: 0px; margin-bottom:18px; } .page .details ul li{ float:left; padding-right:15px; font-size: 13px; font-weight: 600; } .page .details ul li:last-child { float: inherit; } .page h4{ font-size:13px; font-weight:600; } /* ------ wedgets ------ */ .widgets{ background-color:#fff; padding:20px 15px; margin-bottom:20px; } .widgets h3{ padding-bottom:10px; font-size:20px; margin-bottom:15px; border-bottom:1px solid #eaeaea; } .widgets ul{ list-style: none; padding-left: 0px; } .widgets ul li{ font-weight: 600; font-size: 13px; text-transform: uppercase; margin-bottom: 10px; } .widgets h4{ font-size: 16px; font-weight: 600; line-height: 22px; letter-spacing: 0.3px; padding-bottom: 10px; border-bottom: 1px solid #e6e6e6; } .make_me_sticky { display: block; position: sticky; top: 0px; } @media(max-width:767px){ .make_me_sticky { display: initial;; } }

Related: See More


Questions / Comments: