Skip to content

Instantly share code, notes, and snippets.

@helloncanella
Created January 29, 2015 02:52
Show Gist options
  • Save helloncanella/3e70ac13eea639ae696a to your computer and use it in GitHub Desktop.
Save helloncanella/3e70ac13eea639ae696a to your computer and use it in GitHub Desktop.
Study tests of Bootstrap
<div class="container">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
</div>
<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>
<form action="" class="form-group">
<div class="form-group">
<div class="form-group">
<label for="email">E-mail</label>
<input type="email" id="email" class="form-control" />
</div>
<div class="form-group">
<label for="email">Password</label>
<input type="password" id="email" class="form-control" />
</div>
<label for="">Endereço</label>
<input type="text" id="endereco" class="form-control" />
<label for="">Password</label>
<input type="password" id="nome" class="form-control" />
</div>
<button type="submit" class="btn btn-default">Ok</button>
</form>
<form action="">
<div id="billing">Billing Address</div>
<div>
<div id="name">Name</div>
<input type="text" aria-labelledby="name billing"/>
</div>
<div>
<div id="address">Address</div>
<input type="text" aria-labelledby="address billing"/>
</div>
</form>
</div>
.row>div{
border: 1px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment