This commit is contained in:
Arjun Patel
2017-09-15 21:23:21 -07:00
parent 5cbcdae4bc
commit 0c923c3f49
2 changed files with 30 additions and 5 deletions
+21
View File
@@ -0,0 +1,21 @@
html {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}
body {
height: 100%;
width: 100%;
background: darkgrey;
}
div.logIn {
height: 500px;
width: 500px;
background-color: grey;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
}