Created
January 3, 2013 21:52
-
-
Save tilomitra/4447716 to your computer and use it in GitHub Desktop.
inline form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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