Skip to content

Instantly share code, notes, and snippets.

@tilomitra
Created January 3, 2013 21:53
Show Gist options
  • Save tilomitra/4447722 to your computer and use it in GitHub Desktop.
Save tilomitra/4447722 to your computer and use it in GitHub Desktop.
Grouped Inputs
<form>
<fieldset class='yui3-group'>
<input type="text" class='yui3-input-large' placeholder='Username'>
<input type="password" class='yui3-input-large' placeholder='Password'>
<input type="text" class='yui3-input-large' placeholder='Email'>
</fieldset>
<fieldset class='yui3-group'>
<input type="text" class='yui3-input-large' placeholder='Another Group'>
<input type="text" class='yui3-input-large' placeholder='More Stuff'>
</fieldset>
<button type="submit" class="yui3-button yui3-input-large">Sign in</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment