"Mercury Media Register"
Bootstrap 3.3.0 Snippet by MercuryMedia

<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>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Mercury Media Register</legend> <!-- Text input--> <div class="control-group"> <label class="control-label" for="Username">Username</label> <div class="controls"> <input id="Username" name="Username" type="text" placeholder="" class="input-xlarge" required=""> </div> </div> <!-- Password input--> <div class="control-group"> <label class="control-label" for="Password">Password </label> <div class="controls"> <input id="Password" name="Password" type="password" placeholder="" class="input-xlarge" required=""> </div> </div> <!-- Text input--> <div class="control-group"> <label class="control-label" for="textinput">Email</label> <div class="controls"> <input id="textinput" name="textinput" type="text" placeholder="" class="input-xlarge" required=""> </div> </div> <!-- Button --> <div class="control-group"> <label class="control-label" for="singlebutton"></label> <div class="controls"> <button id="singlebutton" name="singlebutton" class="btn btn-primary">Register</button> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: