Compare commits

...

3 Commits
main ... yeri

Author SHA1 Message Date
06ffdaaf7d test 2025-12-01 13:10:03 +07:00
1191fdfca7 update gameover 2025-11-29 21:50:33 +07:00
8d57266b16 update game ga langsung start 2025-11-29 19:38:35 +07:00
2 changed files with 45 additions and 2 deletions

View File

@ -75,6 +75,49 @@
#keluar:hover { #keluar:hover {
background-color: #d32f2f; background-color: #d32f2f;
} }
.starting {
position: absolute;
top: 21px;
left: 51px;
width: 1056px;
height: 480px;
background-color: rgba(100, 100, 100, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
#start {
position: absolute;
top: 21px;
left: 51px;
width: 1056px;
height: 480px;
background-color: rgba(100, 100, 100, 0.8);
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
}
.popAwal {
text-align: center;
border-radius: 10px;
background-color: rgb(50, 50, 50);
padding: 30px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
width: 80%;
max-width: 400px;
}
.popAwal h1 {
margin-left: 30px;
margin-right: 25px;
}
#keluar {
background-color: #f44336;
}
#keluar:hover {
background-color: #d32f2f;
}
.icon { .icon {
width: 70px; width: 70px;
height: 70px; height: 70px;