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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +37 -14
index.html CHANGED
@@ -35,7 +35,7 @@
35
  }
36
  .button {
37
  position: fixed;
38
- top: 70%; /* 50%์—์„œ 70%๋กœ ๋ณ€๊ฒฝ */
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: 999; /* ์ƒ์ ๋ณด๋‹ค ๋‚ฎ์€ z-index ์„ค์ • */
50
  }
51
  #countdown {
52
  position: fixed;
@@ -88,18 +88,41 @@
88
  border-radius: 5px;
89
  cursor: pointer;
90
  }
91
- #shop {
92
- position: fixed;
93
- top: 50%;
94
- left: 50%;
95
- transform: translate(-50%, -50%);
96
- background: rgba(0,0,0,0.9);
97
- padding: 20px;
98
- border-radius: 10px;
99
- color: white;
100
- z-index: 1000; /* ๋ฒ„ํŠผ๋ณด๋‹ค ๋†’์€ z-index ์„ค์ • */
101
- display: none;
102
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  </style>
104
  </head>
105
  <body>
 
35
  }
36
  .button {
37
  position: fixed;
38
+ top: 80%; /* 70%์—์„œ 80%๋กœ ๋ณ€๊ฒฝํ•˜์—ฌ ๋ฒ„ํŠผ์„ ๋” ์•„๋ž˜๋กœ */
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;
50
  }
51
  #countdown {
52
  position: fixed;
 
88
  border-radius: 5px;
89
  cursor: pointer;
90
  }
91
+ #shop {
92
+ position: fixed;
93
+ top: 40%; /* 50%์—์„œ 40%๋กœ ๋ณ€๊ฒฝํ•˜์—ฌ ์ƒ์ ์„ ๋” ์œ„๋กœ */
94
+ left: 50%;
95
+ transform: translate(-50%, -50%);
96
+ background: rgba(0,0,0,0.9);
97
+ padding: 20px;
98
+ border-radius: 10px;
99
+ color: white;
100
+ z-index: 1000;
101
+ display: none;
102
+ }
103
+ #nextRound {
104
+ position: fixed;
105
+ top: 85%; /* ์ƒˆ๋กœ์šด ์œ„์น˜ ์ง€์ • */
106
+ left: 50%;
107
+ transform: translate(-50%, -50%);
108
+ z-index: 999;
109
+ }
110
+
111
+ #restart {
112
+ position: fixed;
113
+ top: 85%; /* ์ƒˆ๋กœ์šด ์œ„์น˜ ์ง€์ • */
114
+ left: 50%;
115
+ transform: translate(-50%, -50%);
116
+ z-index: 999;
117
+ }
118
+
119
+ #bossButton {
120
+ position: fixed;
121
+ top: 85%; /* ์ƒˆ๋กœ์šด ์œ„์น˜ ์ง€์ • */
122
+ left: 50%;
123
+ transform: translate(-50%, -50%);
124
+ z-index: 999;
125
+ }
126
  </style>
127
  </head>
128
  <body>