-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathschedule.css
86 lines (81 loc) · 1.39 KB
/
schedule.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
body{
background-color: black;
/* display: flex; */
align-items: center;
/* height: 1080px;
width: 1980px; */
}
.topbox {
margin: auto;
margin-top: 100px;
color: white;
font-size: 80px;
font-family: Roboto;
/* width: 1920px; */
display: flex;
/* align-items: center; */
justify-content: space-around;
}
.glLogo {
display: block;
margin:auto;
/* margin-top: 17px; */
}
.wrapper{
display: flex;
align-items: flex-start;
gap: 15px;
}
h1{
color: white;
font-size: 40px;
font-family: Roboto;
}
.calendarBox{
justify-content: space-around;
align-items: center;
/* width: 1400px;
height: 160px; */
text-align: center;
margin:auto;
margin-top: 25px;
color: #000;
border-radius: 18px;
}
.lower {
display: flex;
align-items: center;
justify-content: center;
margin-top: 25px;
}
.emergeButton{
margin-top: -80px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 40px;
font-family: Roboto;
}
.textBelow {
color: white;
font-size: 32px;
font-family: Roboto;
text-align: center;
margin-top: 8px;
margin-bottom: 32px;
}
.textBeside {
margin:0px;
}
.item:hover {
transform: scale(1.1);
transition: transform 0.2s ease;
box-shadow: 1px 2px 4px 5px white;
border-radius: 36px;
}
p { color: white;
font-size: 40px;
font-family: Roboto;
text-align: center;
margin-top: 0%;}