Created
April 23, 2015 18:41
-
-
Save mayfer/c44e27f9ad094bfed45c to your computer and use it in GitHub Desktop.
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
html, body { | |
} | |
.error { | |
background: #faa; | |
color: #a00; | |
} | |
.container { | |
position: relative; | |
padding: 20px; | |
width: 600px; | |
margin: 200px auto 100px auto; | |
background: #eee; | |
} | |
.container form { | |
width: 200px; | |
margin: 0 auto; | |
} | |
input { | |
display: block; | |
margin: 2px 0; | |
} | |
.login { | |
position: absolute; | |
top: 20px; | |
left: 20px; | |
} | |
.forgot { | |
position: absolute; | |
top: 20px; | |
right: 20px; | |
} | |
.home { | |
text-align: center; | |
width: 300px; | |
display: block; | |
margin: 0 auto; | |
} | |
input[type="text"], input[type="password"] { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment