Skip to content

Instantly share code, notes, and snippets.

@TheSark
Created February 27, 2013 13:55
Show Gist options
  • Save TheSark/5048056 to your computer and use it in GitHub Desktop.
Save TheSark/5048056 to your computer and use it in GitHub Desktop.
Bootstrap form-horizontal template
<div class="control-group">
<div class="control-label">
Label
</div>
<div class="controls">
<input type="text" id="text1" placeholder="This is text1" class="span2" />
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment