Skip to content

Instantly share code, notes, and snippets.

@tilomitra
Created January 3, 2013 21:52
Show Gist options
  • Save tilomitra/4447716 to your computer and use it in GitHub Desktop.
Save tilomitra/4447716 to your computer and use it in GitHub Desktop.
inline form
<form class="yui3-form-inline">
<legend>A compact inline form</legend>
<input type="text" class="yui3-input-small" placeholder="Email">
<input type="password" class="yui3-input-small" placeholder="Password">
<label class="yui3-checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="yui3-button">Sign in</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment