Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thorstensiefert/5f6ec5f9695f259cc010 to your computer and use it in GitHub Desktop.
Save thorstensiefert/5f6ec5f9695f259cc010 to your computer and use it in GitHub Desktop.
<div id="login" class="span3 well well-large offset4">
<h4>Account Panel</h4>
<form class="form">
<input type="text" placeholder="Email" />
<input type="password" placeholder="Password" />
<label class="checkbox" for="rememberme">
<input type="checkbox" /> Remember me
</label> <br />
<input class="btn btn-success" type="submit" value="Login" /> or <a class="btn" href="#">Create Account</a>
</form>
</div>
/* Requires: Twitter Bootstrap CSS and JS*/
#login {
margin-top: 10%;
box-shadow: 0 0 18px #ccc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment