"Inicio"
Bootstrap 3.3.0 Snippet by JeanCarlosChavarriaHughes

<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 ----------> <div> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Form Name</legend> <!-- Button (Double) --> <div class="form-group"> <label class="col-md-4 control-label" for="button1id">Inicio</label> <div class="col-md-8"> <button id="button1id" name="button1id" class="btn btn-primary">Login</button> <button id="button2id_inicio" name="button2id_inicio" class="btn btn-primary">Cotizar</button> </div> </div> </fieldset> </form> </div>

Related: See More


Questions / Comments: