Compare commits
2 Commits
73cd4cda1e
...
b66e2c9eda
| Author | SHA1 | Date | |
|---|---|---|---|
| b66e2c9eda | |||
| d0ae5a6d06 |
@ -129,7 +129,6 @@ body {
|
||||
box-shadow: 0 0 15px #7affd6, 0 0 30px rgba(122,255,214,0.8);
|
||||
}
|
||||
|
||||
/* COMBO POPUP */
|
||||
.combo-popup {
|
||||
position: absolute;
|
||||
padding: 12px 20px;
|
||||
@ -151,7 +150,6 @@ body {
|
||||
100% { opacity: 0; transform: translate(-50%, -80px) scale(1.1); }
|
||||
}
|
||||
|
||||
/* END SCREEN */
|
||||
.end-screen {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
@ -202,6 +200,7 @@ body {
|
||||
|
||||
.play-again { background: #b700ff; color: white; }
|
||||
.leaderboard { background: gold; }
|
||||
.back-menu { background: #444; color: white; } /* ← DITAMBAHKAN */
|
||||
|
||||
@keyframes fadeIn {
|
||||
from { opacity:0; transform: scale(0.8); }
|
||||
@ -222,7 +221,6 @@ body {
|
||||
|
||||
<div id="game-board" class="gameboard"></div>
|
||||
|
||||
<!-- END SCREEN -->
|
||||
<div id="endScreen" class="end-screen">
|
||||
<div class="end-box">
|
||||
<div class="end-title">🎉 Selamat!</div>
|
||||
@ -241,6 +239,8 @@ body {
|
||||
|
||||
<button class="end-btn play-again" onclick="startGame()">🔁 Main Lagi</button>
|
||||
<button class="end-btn leaderboard">🏆 Lihat Leaderboard</button>
|
||||
<button class="end-btn back-menu" onclick="window.location.href='mainboard.html'">⬅ Kembali</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user