Compare commits
2 Commits
a02b9c1cb9
...
54c9ce8be1
| Author | SHA1 | Date | |
|---|---|---|---|
| 54c9ce8be1 | |||
| 0f00a244d7 |
@ -17,7 +17,7 @@ body {
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 8px 14px;
|
||||
background: rgba(255, 255, 255, 0.45);
|
||||
background: rgb(255, 255, 255);
|
||||
border-bottom: 2px solid rgba(39, 35, 35, 0.6);
|
||||
backdrop-filter: blur(14px);
|
||||
position: sticky;
|
||||
@ -45,7 +45,7 @@ body {
|
||||
padding: 5px 12px;
|
||||
background: rgb(255, 255, 255);
|
||||
border-radius: 20px;
|
||||
border: 2px solid rgba(255,255,255,0.8);
|
||||
border: 2px solid rgb(255, 255, 255);
|
||||
backdrop-filter: blur(8px);
|
||||
color: #003366;
|
||||
font-weight: 600;
|
||||
@ -66,8 +66,8 @@ body {
|
||||
}
|
||||
|
||||
.card {
|
||||
width: 160px;
|
||||
height: 200px;
|
||||
width: 140px;
|
||||
height: 180px;
|
||||
perspective: 1000px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ $user = $_SESSION['user']; // id, username, role
|
||||
<p>Pilih tingkat kesulitan untuk memulai permainan</p>
|
||||
|
||||
<div class="stage-grid">
|
||||
<button class="stage" onclick="selectStage('easy')">
|
||||
<button class="stage" onclick="window.location.href='gameboard-easy.html'">
|
||||
<h3>Easy Mode</h3>
|
||||
<p>Grid 3x4 (12 kartu)</p>
|
||||
</button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user