"Event List"
Bootstrap 3.3.0 Snippet by berthausmans

<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="container"> <div class="row event-list"> <div class="col-md-4"> <div style="background-color: #ffffff;"> <div class="row"> <div class="col-md-3 time"> <div class="day">4</div> <div class="month">Jul</div> </div> <div class="col-md-9"> Test </div> </div> </div> </div> <div class="col-md-4"> <div style="background-color: #ffffff;"> <div class="row"> <div class="col-md-3 time"> <div class="day">4</div> <div class="month">Jul</div> </div> <div class="col-md-9"> Test </div> </div> </div> </div> </div> </div>
body{ background: #cccccc; } .event-list .time{ padding-top: 5px; padding-bottom: 5px; text-align: center; color: rgb(255, 255, 255); background-color: rgb(197, 44, 102); } .event-list .time .day { font-size: 56pt; font-weight: 100; line-height: 1; } .event-list .time .month { font-size: 24pt; font-weight: 900; line-height: 1; }

Related: See More


Questions / Comments: