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