"News-Tiles"
Bootstrap 3.3.0 Snippet by mhernan10

<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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <div class="container"> <div class="row"> <div class="col-12 page-header"> <h1>Popular News</h1> </div> <div class="container"> <div class="col-xs-6 col-sm-4 col-lg-3"> <div class="news-tile-item"> <div class="card-header"> <span>RELATED TO NEWS EVENT:</span> <a class="material-icons"></a> </div> <h5>Canada hits $13 Billion of US goods with new tariffs</h5> <div class="card-footer"> Based on Article: <a href="#">https://bootsnipp.com/</a> </div> </div> </div> <div class="col-xs-6 col-sm-4 col-lg-3"> <div class="news-tile-item"></div> </div> <div class="col-xs-6 col-sm-4 col-lg-3"> <div class="news-tile-item"></div> </div> <div class="col-xs-6 col-sm-4 col-lg-3"> <div class="news-tile-item"></div> </div> </div> </div> </div>
.news-tile-item { width: 90%; height: 200px; padding: 2rem; border: solid 1px #ccc; box-shadow: 0 0 20px #eee; } .news-tile-item h5 { font-weight: 600; } .card-header span { margin: 0; padding: 0; color: #F3C148; font-size: 1rem; font-weight: bold; } .card-header a { margin: 0; padding: 0; display: inline; float: right; font-size: 1.5rem; } .card-body { height: 60%; overflow: hidden; text-overflow: ellipsis; }

Related: See More


Questions / Comments: