-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
127 lines (113 loc) · 2.34 KB
/
Copy pathstyle.css
File metadata and controls
127 lines (113 loc) · 2.34 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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
width:100vw;
height: 100vh;
display: grid;
grid-template-columns: 22.66vw 48.68vw 22.66vw;
grid-template-rows: 25.87vh 48.24vh 25.87vh;
font-family: 'Tektur', sans-serif;
background-image: linear-gradient(blueviolet,white);
}
.part1 {
display: flex;
justify-content: center;
color: rgb(77, 63, 63);
font-weight: bold;
align-items: center;
font-size: 1.31vw;
}
.first,
.second {
display: inline;
background-color: #b7afaf;
border-radius: 1.87rem;
}
.timer {
width: 13.12vw;
height: 9.03vh;
border-radius: 1.31vw;
background-color: #d0d0e2;
box-shadow: 0.62rem 0.31rem 0.31rem rgb(146, 126, 126);
position: absolute;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.timer span{
cursor: pointer;
}
.countdown {
position: relative;
z-index: 2;
}
.part2 h1 {
width: 48.68vw;
height: 9.04vh;
display: flex;
justify-content: center;
align-items: center;
border-radius: 1.31vw;
background-color: #d0d0e2;
box-shadow: 0.62rem 0.31rem 0.31rem rgb(146, 126, 126);
font-size: 1.31vw;
}
.part2,.part3,.part4,.part6{
display: flex;
justify-content: center;
color: rgb(77, 63, 63);
font-weight: bold;
align-items: center;
}
.part3 h2{
width: 12.12vw;
height: 9.03vh;
display: flex;
justify-content: center;
align-items: center;
border-radius: 1.25rem;
background-color: #d0d0e2;
box-shadow: 0.62rem 0.31rem 0.31rem rgb(146, 126, 126);
font-size: 1.31vw;
}
.part4 div,.part6 div
{
width: 10.5vw;
height: 48.24vh;
border-radius: 1.25rem;
background-color: #d0d0e2;
box-shadow: 0.62rem 0.31rem 0.31rem rgb(146, 126, 126);
}
.box {
width: 48.68vw;
height: 48.24vh;
border-radius: 1.25rem;
background-color: #d0d0e2;
box-shadow: 0.62rem 0.31rem 0.31rem rgb(146, 126, 126);
}
.pointer {
width: 0.97vw;
height:0.97vh;
}
.pointer i{
margin-left: 7px;
}
.fa-solid {
width: 0.98vw;
height: 0.98vh;
position: absolute;
z-index: 2;
color: rgb(70, 7, 70);
display: inline;
}
.up {
transform: translateX(100px);
}
.number {
position: absolute;
z-index: 0;
width: 1.31vw;
height: 2.41vh;
font-size: 1.31vw;
color: rgb(20, 80, 164);
}