"form design"
Bootstrap 3.0.0 Snippet by jeevan123456

<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"> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Registration Form</legend> <!-- Text input--> <div class="form-group"> <div class="col-md-4"> <input id="" name="" type="text" placeholder="Name" class="form-control input-md" required=""> </div> </div> <div class="form-group"> <div class="col-md-4"> <input id="" name="" type="text" placeholder="Email" class="form-control input-md" required=""> </div> </div> </fieldset> </form> </div>
.form-control { border-radius: 0; background-color:yellow; }

Related: See More


Questions / Comments: