"Untitled"
Bootstrap 4.1.1 Snippet by suriya247

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="header"> <input type="text" ><input type="button" value="Go"> </div> </div> </div>
.header{ border:1px solid black; } .header input[type="text"]{ width:300px; border:none; } .header input[type="text"] :focus { outline: none; }

Related: See More


Questions / Comments: