Created
December 2, 2014 20:32
-
-
Save zacechola/a107e73f71d3d96085a4 to your computer and use it in GitHub Desktop.
how to .form-group
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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