-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcountdown.css
More file actions
50 lines (40 loc) · 858 Bytes
/
countdown.css
File metadata and controls
50 lines (40 loc) · 858 Bytes
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
.top-wrapper{
}
.top-wrapper-img{
width: 100%;
height: auto;
}
@media screen and(min-width:460px){
.top-wrapper-img{
width: 1960px;
height: auto;
}
.countdown-comment{
font-size: 48px;
}
}
.countdown-comment{
text-align: center;
font-size: 24px;
}
.countdown-timer{
text-align: center;
font-size: 60px;
}
.concept{
text-align: center;
font-size: 24px;
font-weight: bolder;
}
.button{
text-align: center;
font-size: 24px;
padding-bottom: 24px;
padding-top: 24px;
}
.footer-link{
text-align: center;
}
.font-body{
font-family: "M PLUS 1p", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}