"Timeline"
Bootstrap 3.0.0 Snippet by Checko

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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"> <div class="col-sm-6"> <div class="item"> <span class="glyphicon glyphicon-ok"></span> <div>Item 1</div> <p> Trifecta and mug qui as bar coffee. Caramelization, and, aroma, plunger pot filter coffee strong aroma seasonal. So barista plunger pot steamed, grounds redeye. </p> </div> </div> </div> </div>
.item { position: relative; margin: 15px; border-left: 3px dashed antiquewhite; padding: 10px 40px; } .item > span { position: absolute; width: 40px; height: 40px; font-size: 20px; text-align: center; line-height: 40px; border-radius: 100%; left: -20px; top: 0; background: antiquewhite; } .item div { font-size: 18px; font-weight: bold; } .item p { margin-top: 15px; }

Related: See More


Questions / Comments: