Skip to content

Instantly share code, notes, and snippets.

View TheSark's full-sized avatar

indra sarkar TheSark

View GitHub Profile
@TheSark
TheSark / Bootstrap_Template_Form-Horizontal
Created February 27, 2013 13:55
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>