cutechicken commited on
Commit
f826eac
ยท
verified ยท
1 Parent(s): dd37820

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -33,9 +33,9 @@
33
  z-index: 1000;
34
  font-size: 18px;
35
  }
36
- .button {
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: 1000;
50
  }
51
  #countdown {
52
  position: fixed;
@@ -88,7 +88,7 @@
88
  border-radius: 5px;
89
  cursor: pointer;
90
  }
91
- #shop {
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>