Skip to content

Instantly share code, notes, and snippets.

@UnderlineWords
Last active March 4, 2018 21:27
Show Gist options
  • Save UnderlineWords/5b2ae846cd61a80b8db4 to your computer and use it in GitHub Desktop.
Save UnderlineWords/5b2ae846cd61a80b8db4 to your computer and use it in GitHub Desktop.
Horizontal Form for Semantic UI
<div class="ui form">
<div class="two fields">
<div class="four wide field">
<label>
Input Label
</label>
</div>
<div class="twelve wide field">
<input type="text" value="" placeholder="Input placeholder...">
</div>
</div>
</div>
@ufhy
Copy link

ufhy commented Mar 11, 2016

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment