Created
August 12, 2013 23:05
-
-
Save gnuwilliam/6216180 to your computer and use it in GitHub Desktop.
gist for sudotrap
This file contains 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="form-inline"> | |
<input type="text" class="form-control radius" placeholder="Email"> | |
<input type="password" class="form-control radius" placeholder="Password"> | |
<div class="checkbox"> | |
<label> | |
<input type="checkbox"> Remember me | |
</label> | |
</div> | |
<button type="submit" class="btn btn-default radius">Sign in</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment