"Simple Inline Form "
Bootstrap 3.3.0 Snippet by dimanyc

<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"> <h1>Worry</h1> <form> <div class="form-inline"> <div class="form-group"> <label for="exampleInputEmail1">What might happen</label><br/> <textarea class="form-control" rows="1"></textarea> </div> <div class="form-group"> <label for="exampleInputPassword1">Password</label><br/> <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password"> </div> </div><!--end_.form inline--> <div class="form-group"> <label for="exampleInputFile">File input</label> <input type="file" id="exampleInputFile"> <p class="help-block">Example block-level help text here.</p> </div> <div class="checkbox"> <label> <input type="checkbox"> Check me out </label> </div> <button type="submit" class="btn btn-default">Submit</button> </form> </div> </div>

Related: See More


Questions / Comments: