-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
91 lines (89 loc) · 1.4 KB
/
style.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
87
88
89
90
91
* {
font-family: 'Avenir Next';
}
body {
background-color: rgb(253, 218, 215);
background-image: url("/static/confetti.png");
background-repeat: both;
}
#top {
padding: 4vw;
}
#panel {
position: fixed;
bottom: 0;
left: 0;
height: 250px;
width: 100%;
}
#curve {
position: fixed;
bottom: 0;
width: 100%;
}
#logo {
height: 60px;
margin-bottom: 20px;
}
#current {
color: #252525;
font-size: 5vw;
width: 100%;
text-align: center;
padding: 0;
margin: 0 auto;
max-width: 1000px;
line-height: 100px;
}
#ongoing {
font-size: 2vw;
color: #969696;
width: 100%;
text-align: center;
padding: 0;
padding-top: 15px;
margin: 0;
}
#description {
font-size: 1.5vw;
color: #969696;
width: 100%;
text-align: center;
padding-top: 40px;
max-width: 1300px;
margin: 0 auto;
}
#upcoming-label {
color: white;
bottom: 5vw;
position: absolute;
font-size: 2.2vw;
left: 3vw;
}
#upcoming {
color: white;
font-size: 3vw;
position: absolute;
bottom: 2.5vw;
padding: 0;
margin: 0;
left: 3vw;
}
#date {
position: absolute;
bottom: 2.5vw;
right: 4vw;
color:white;
font-size: 2.2vw;
padding: 0;
margin: 0;
}
#time {
position: absolute;
bottom: 5vw;
right: 4vw;
color:white;
font-size: 4vw;
padding: 0;
margin: 0;
}