"Search"
Bootstrap 3.3.0 Snippet by ashutosh123

<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 class="container" style="margin-top: 5%;"> <div class="col-md-6 col-md-offset-3"> <!-- Search Form --> <form role="form"> <!-- Search Field --> <div class="row"> <h1 class="text-center">Search Title</h1> <div class="form-group"> <div class="input-group"> <input class="form-control" type="text" name="search" placeholder="Search" required/> <span class="input-group-btn"> <button class="btn btn-success" type="submit"><span class="glyphicon glyphicon-search" aria-hidden="true"><span style="margin-left:10px;">Search</span></button> </span> </span> </div> </div> </div> </form> <!-- End of Search Form --> </div> </div>

Related: See More


Questions / Comments: