-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
70 lines (51 loc) · 1.01 KB
/
home.css
File metadata and controls
70 lines (51 loc) · 1.01 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
body{
background-color: rgba(9, 134, 236, 0.575);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.username{
margin-top: 10px;
}
.time{
display: flex;
flex-direction: column;
align-items: center;
margin: 100px 0px 70px 0px;
width: 100%;
padding: 10px;
background-color: rgba(245, 245, 245, 0.493);
}
.time span:first-child{
font-size:35px;
margin-bottom: 10px;
}
.time span:last-child{
font-size: 16px;
}
.upcoming{
margin-bottom: 40px;
color: rgba(255, 255, 255, 0.801);
}
.upcoming span:first-child{
font-size: 25px;
}
.menu{
font-size: xx-large;
height: 100vh;
}
.menu a{
color: rgba(0, 0, 0, 0.842);
}
.menu a:first-child,
.menu a:nth-child(2),
.menu a:last-child{
display: block;
background-color: white;
border-radius: 100%;
padding: 10px;
margin: 20px;
text-align: center;
box-shadow: 7px 6px 2px 1px rgba(94, 94, 185, 0.171);
}