"test arrow"
Bootstrap 3.0.0 Snippet by ariunbolor

<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 ----------> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <div class="container"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> <div class="blocked"> <div class="fo"><i class="fa fa-arrow-right"></i></div> </div> <div class="blocked"> <div class="fo2"><i class="fa fa-arrow-right"></i></div> </div> </div> </div>
.blcoked { width: 400px; height: 40px; background: #efefef; } .fo { width: 30px; padding: 20px 0; background: blue; display: block; color: white; text-align: center; } .fo2 { float: right; width: 30px; padding: 5px; 0; background: green; display: block; color: white; text-align: center; }

Related: See More


Questions / Comments: