-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomies.css
43 lines (42 loc) · 836 Bytes
/
homies.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
body,html{
height: 100%;
}
.all{
background-color: bisque;
height: 100%;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.signup-body{
background-color: aliceblue;
text-align: center;
height: 100%;
background-repeat: no-repeat;
background-size: cover;
}
.home{
background-color: lawngreen;
height: 100%;
padding: 0%;
}
.login-body{
background-color: rosybrown;
height: 100%;
background-repeat: space;
background-size: cover;
text-align: center;
text-overflow: ellipsis;
}
.login-creds{
text-align: center;
text-justify: kashida;
}
.forgotpassbody{
text-align: center;
background-repeat: repeat;
height: 100%;
background-size: contain;
background-color: cadetblue;
}