"button Next/Prevew"
Bootstrap 3.1.0 Snippet by kennyjsa

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.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"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> <span class="arrow-container"> <button class="btn btn-primary"> Button </button> <span class="arrow-right"></span> </span> </div> </div>
.arrow-container { position: relative; display: inline-block; padding-right: 12px; } .arrow-container .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .arrow-right { position: absolute; top: 0; right: 0; display: block; width: 0; height: 0; border-top: 17px dashed transparent; border-bottom: 17px dashed transparent; border-left: 12px solid #428bca; } .arrow-right:hover { border-left-color: #3276b1; }

Related: See More


Questions / Comments: