Funktionierender Punktestand durch Äpfel und Blaubeeren

This commit is contained in:
2025-04-24 18:20:30 +02:00
parent 4f337778df
commit 7cafc07bf1
9 changed files with 193 additions and 19 deletions

View File

@@ -19,15 +19,27 @@ img{
}
#infoDiv{
height: 75vh;
width: 15vw;
right: 2.5vw;
}
#scoreDiv{
left: 2.5vw;
height: 60px;
min-width: 230px;
justify-content: space-around;
flex-direction: row;
}
.gameShow{
background-color: rgba(0, 0, 0, 0.3);
position: absolute;
height: 75vh;
width: 15vw;
border: 5px solid rgba(255, 255, 255, 0.678);
border-radius: 25px;
right: 2.5vw;
text-align: center;