"Buttons Float Lateral Blue"
Bootstrap 3.0.0 Snippet by novadevco

<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"> <!--buttons--> <button type="button" class="btn btn-default btn-lg btn-filter"><i class="glyphicon glyphicon-search"></i></button><br> <div class="btn-float"> <button type="button" class="btn btn-default btn-circle btn-xl btn-lateral"><i class="glyphicon glyphicon-envelope"></i></button><br> <button type="button" class="btn btn-default btn-circle btn-xl btn-lateral"><i class="glyphicon glyphicon-comment"></i></button> </div> <!--fin buttons --> </div> </div>
.btn-circle { width: 30px; height: 30px; text-align: center; padding: 6px 0; font-size: 12px; line-height: 1.428571429; border-radius: 15px; } .btn-circle.btn-lg { width: 50px; height: 50px; padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 25px; } .btn-circle.btn-xl { width: 70px; height: 70px; padding: 10px 16px; font-size: 24px; line-height: 1.33; border-radius: 35px; } .btn-float{ position: fixed; right: 37px; bottom:100px; } .btn-lateral{ background-color: #008ECF; color: white; margin: 10px; } .btn-filter { background-color: #283896; color: #FFF; }

Related: See More


Questions / Comments: