"Volunteer and Requester"
Bootstrap 3.3.0 Snippet by Dhanasekari

<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"> <div class="row"> <h2 align=center>Volunteer And Requester </h2> </div> </div> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend></legend> <!-- Select Basic --> <div class="form-group"> <label class="col-md-4 control-label" for="selectbasic">User Type</label> <div class="col-md-4"> <select id="selectbasic" name="selectbasic" class="form-control"> <option value="1">Volunteer</option> <option value="2">Requester</option> </select> </div> </div> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="textinput">Username or Emailid</label> <div class="col-md-4"> <input id="textinput" name="textinput" type="text" placeholder="input name or emailid" class="form-control input-md"> </div> </div> <!-- Password input--> <div class="form-group"> <label class="col-md-4 control-label" for="passwordinput">Password</label> <div class="col-md-4"> <input id="passwordinput" name="passwordinput" type="password" placeholder="Input password here" class="form-control input-md"> </div> </div> <!-- Button (Double) --> <div class="form-group"> <label class="col-md-4 control-label" for="button1id"></label> <div class="col-md-8"> <but1><button id="button1id" name="button1id" class="btn btn-success">Login</button></but1></a> <but2><button id="button2id" name="button2id" class="btn btn-danger">Cancel</button></but2> </div> </div> </fieldset> </form>
but1 { margin-left:7em; margin-top:1em; } but2 { margin-left:4em; margin-top:1em; }

Related: See More


Questions / Comments: