This commit is contained in:
Arjun Patel
2017-09-15 22:01:08 -07:00
parent bda21b06cd
commit 0a3dac8aa4
3 changed files with 31 additions and 5 deletions
+12 -3
View File
@@ -7,15 +7,24 @@ html {
body {
height: 100%;
width: 100%;
background: darkgrey;
background-image: url("images/login.jpg");
background-size: cover;
background-position: right;
background-repeat: no-repeat;
}
div.logIn {
height: 500px;
width: 500px;
background-color: grey;
background-color: white;
position: absolute;
top: 50%;
left: 50%;
left: 25%;
margin-right: -50%;
transform: translate(-50%, -50%);
border-radius: 5px;
}
input.input {
background-color: grey;
border-radius: 5px;
}