"Little offers with colors and radius"
Bootstrap 3.0.3 Snippet by harbaoui

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/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-xs-12"> <div class="offer offer-primary"> <div class="shape"> <div class="shape-text"> edit </div> </div> <div class="offer-content"> A primary-radius<br> And a little description. </div> </div> </div> </div> </div>
.shape{ border-style: solid; border-width: 0 30px 30px 0; float:right; height: 10px; width: 10px; } .offer{ background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden; border-radius:7px; } .offer-primary { border-color: #428bca; } .offer-primary .shape .shapedate{ border-color: blue #428bca #428bca blue; border-color: rgba(255,255,255,0) #428bca #428bca rgba(255,255,255,0); } .shape-text{ color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap; } .offer-content{ padding:0 20px 10px; }

Related: See More


Questions / Comments: