Skip to content

Instantly share code, notes, and snippets.

@DeanPoulin
Created January 13, 2014 23:56
Show Gist options
  • Select an option

  • Save DeanPoulin/8410384 to your computer and use it in GitHub Desktop.

Select an option

Save DeanPoulin/8410384 to your computer and use it in GitHub Desktop.
Static Control
<form class="form-horizontal" role="form">
<div class="form-group">
<label class="col-sm-2 control-label">Email</label>
<div class="col-sm-10">
<p class="form-control-static">email@example.com</p>
</div>
</div>
<div class="form-group">
<label for="inputPassword" class="col-sm-2 control-label">Password</label>
<div class="col-sm-10">
<input type="password" class="form-control" id="inputPassword" placeholder="Password">
</div>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment