"Material Cards"
Bootstrap 3.2.0 Snippet by iyonatan

<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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="container"> <div class="row"> <!-- Card Projects --> <div class="col-md-6 col-md-offset-3"> <div class="card"> <div class="card-image"> <img class="img-responsive" src="http://material-design.storage.googleapis.com/publish/v_2/material_ext_publish/0Bx4BSt6jniD7TDlCYzRROE84YWM/materialdesign_introduction.png"> <span class="card-title">חוסם הפירסומות</span> </div> <div class="card-content"> <p> Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum. </p> </div> <div class="card-action"> <a href="#" target="new_blank">Link</a> <a href="#" target="new_blank">Link</a> <a href="#" target="new_blank">Link</a> <a href="#" target="new_blank">Link</a> <a href="#" target="new_blank">Link</a> </div> </div> </div> </div> </div>
.card { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); } .card { margin-top: 10px; box-sizing: border-box; border-radius: 2px; background-clip: padding-box; } .card span.card-title { color: #fff; font-size: 24px; font-weight: 300; text-transform: uppercase; } .card .card-image { position: relative; overflow: hidden; } .card .card-image img { border-radius: 2px 2px 0 0; background-clip: padding-box; position: relative; z-index: -1; } .card .card-image span.card-title { position: absolute; bottom: 0; left: 0; padding: 16px; } .card .card-content { padding: 16px; border-radius: 0 0 2px 2px; background-clip: padding-box; box-sizing: border-box; } .card .card-content p { margin: 0; color: inherit; } .card .card-content span.card-title { line-height: 48px; } .card .card-action { border-top: 1px solid rgba(160, 160, 160, 0.2); padding: 16px; } .card .card-action a { color: #ffab40; margin-right: 16px; transition: color 0.3s ease; text-transform: uppercase; } .card .card-action a:hover { color: #ffd8a6; text-decoration: none; }

Related: See More


Questions / Comments: