-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
89 lines (77 loc) · 1.3 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
body{
margin: 0;
}
.app {
background: url(./media/bg001.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
}
.overlay{
background-color: rgba(0,0,0,0.8);
height: 100vh;
}
.inherit{
margin-top:0% !important;
background:transparent !important;
text-align:center !important;
border:none !important;
}
.countdown {
list-style-type: none;
padding: 0px;
}
.intro{
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
font-weight: bold;
}
.counter {
border: 2px solid;
text-align: center;
border-radius: 15px;
filter: drop-shadow(2px 2px 20px #3880ff);
}
.fontSize{
font-size: 40px;
font-weight: bold;
margin-bottom:0px;
}
.two{
font-size: 25px;
text-align: center;
border-radius: 5px;
background-color: #000;
color: #fff;
padding: 5px;
}
.dot{
font-size: 20px;
font-weight: bold;
color: #fff;
}
.zero{
font-size: 25px;
text-align: center;
border-radius: 5px;
padding: 5px;
background-color: #000;
color: #fff;
}
.marquee{
font-size: 18px;
color: #fff;
width: 100%;
background:transparent;
padding: 2px;
}
.interested{
font-size: 20px;
font-weight: bolder;
margin-right: 4px;
text-align: center;
border-radius: 5px;
padding: 5px;
background-color: #0f3f62;
color: #fff;
}