Replay Funktion hinzugefügt.

This commit is contained in:
2025-05-06 12:49:22 +02:00
parent a422ef879e
commit 86beaad464
6 changed files with 81 additions and 17 deletions

View File

@@ -68,8 +68,8 @@ img{
border-radius: 25px;
border: 5px solid white;
height: 60vh;
width: 40vw;
height: 80vh;
width: 60vw;
display: flex;
flex-direction: column;
@@ -101,4 +101,9 @@ img{
#reason{
color: rgb(197, 46, 46);
font-weight: 700;
text-align: center;
}
#replayBtn{
background-color: orange;
}