User login progress

This commit is contained in:
Daniel Mason 2017-01-01 22:06:48 +13:00
parent 4b01dc70ec
commit 0c6a5f3833
7 changed files with 158 additions and 51 deletions

View file

@ -24,6 +24,16 @@ html, body, #container {
margin: 0 auto 0 auto;
}
#user {
position: absolute;
top: 0;
right: 0;
margin-right: 15px;
margin-top: 10px;
width: 250px;
text-align:right;
}
html {
color: #222;
font-size: 1em;