Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -33,9 +33,9 @@
|
|
33 |
z-index: 1000;
|
34 |
font-size: 18px;
|
35 |
}
|
36 |
-
|
37 |
position: fixed;
|
38 |
-
top: 50
|
39 |
left: 50%;
|
40 |
transform: translate(-50%, -50%);
|
41 |
padding: 20px 40px;
|
@@ -46,7 +46,7 @@
|
|
46 |
border-radius: 5px;
|
47 |
cursor: pointer;
|
48 |
display: none;
|
49 |
-
z-index:
|
50 |
}
|
51 |
#countdown {
|
52 |
position: fixed;
|
@@ -88,7 +88,7 @@
|
|
88 |
border-radius: 5px;
|
89 |
cursor: pointer;
|
90 |
}
|
91 |
-
|
92 |
position: fixed;
|
93 |
top: 50%;
|
94 |
left: 50%;
|
@@ -97,7 +97,7 @@
|
|
97 |
padding: 20px;
|
98 |
border-radius: 10px;
|
99 |
color: white;
|
100 |
-
z-index: 1000;
|
101 |
display: none;
|
102 |
}
|
103 |
</style>
|
|
|
33 |
z-index: 1000;
|
34 |
font-size: 18px;
|
35 |
}
|
36 |
+
.button {
|
37 |
position: fixed;
|
38 |
+
top: 70%; /* 50%์์ 70%๋ก ๋ณ๊ฒฝ */
|
39 |
left: 50%;
|
40 |
transform: translate(-50%, -50%);
|
41 |
padding: 20px 40px;
|
|
|
46 |
border-radius: 5px;
|
47 |
cursor: pointer;
|
48 |
display: none;
|
49 |
+
z-index: 999; /* ์์ ๋ณด๋ค ๋ฎ์ z-index ์ค์ */
|
50 |
}
|
51 |
#countdown {
|
52 |
position: fixed;
|
|
|
88 |
border-radius: 5px;
|
89 |
cursor: pointer;
|
90 |
}
|
91 |
+
#shop {
|
92 |
position: fixed;
|
93 |
top: 50%;
|
94 |
left: 50%;
|
|
|
97 |
padding: 20px;
|
98 |
border-radius: 10px;
|
99 |
color: white;
|
100 |
+
z-index: 1000; /* ๋ฒํผ๋ณด๋ค ๋์ z-index ์ค์ */
|
101 |
display: none;
|
102 |
}
|
103 |
</style>
|