Skip to content

Instantly share code, notes, and snippets.

@zacechola
Created December 2, 2014 20:32
Show Gist options
  • Save zacechola/a107e73f71d3d96085a4 to your computer and use it in GitHub Desktop.
Save zacechola/a107e73f71d3d96085a4 to your computer and use it in GitHub Desktop.
how to .form-group
<form role="form">
<div class="form-group">
<label class="control-label" for="thing">Label</label>
<input type="text" class="form-control" id="thing" title="A note about what's required here">
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment