"inlog formulier"
Bootstrap 3.3.0 Snippet by mehran0031

<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 ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>Inlog formulier</legend> <!-- Text input--> <div class="form-group"> <label class="col-md-4 control-label" for="">Email</label> <div class="col-md-4"> <input id="" name="" placeholder="joost@gmail.com" class="form-control input-md" type="text"> <span class="help-block">uw email adres bijvoorbeeld joost@gmail.com</span> </div> </div> <!-- Password input--> <div class="form-group"> <label class="col-md-4 control-label" for="passwordinput">UW wachtwoord</label> <div class="col-md-4"> <input id="passwordinput" name="passwordinput" placeholder="placeholder" class="form-control input-md" type="password"> <span class="help-block">wachtwoord vergeten?</span> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: