"Button Shape"
Bootstrap 3.3.0 Snippet by napsterbd

<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 ----------> <li class="flag"> Property Lines </li> <li class="flag"> Real estate </li> <li class="flag"> Trending </li>
* { box-sizing: border-box; } li{ float:left; } .flag { width: 200px; height: 50px; margin: 0 auto; padding-top: 15px; position: relative; background: hotpink; color: white; font-size: 11px; letter-spacing: 0.2em; text-align: center; text-transform: uppercase; list-style:none; } .flag:before { content: ' '; position: absolute; left: 0; bottom: 0; width: 0; height: 0; border-left: 25px solid white; border-top: 25px solid transparent; border-bottom: 25px solid transparent; } .flag:after { content: ' '; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-top: 25px solid white; border-left: 25px solid transparent; border-bottom: 25px solid white; }

Related: See More


Questions / Comments: