"Wells"
Bootstrap 3.3.0 Snippet by kmontei4

<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 ----------> <h1>Bootstrap 3 input group and wells</h1> <br> <div class="col-md-8"></div> <div class="form-group"> <div class="icon-addon addon-sm"> <input type="text" placeholder="Email" class="form-control" id="email"> </div> </div> </div> <div class="well well-lg"> Hey look, I'm a bootstrap 3 well. </div>
.well{ width:50%; margin-left:200px; }

Related: See More


Questions / Comments: