Skip to content

Instantly share code, notes, and snippets.

@gnuwilliam
Created August 12, 2013 23:05
Show Gist options
  • Save gnuwilliam/6216180 to your computer and use it in GitHub Desktop.
Save gnuwilliam/6216180 to your computer and use it in GitHub Desktop.
gist for sudotrap
<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