Big Boy update, wallpaper, sad escape, games, icon

This commit is contained in:
2024-08-06 23:12:45 +02:00
parent 80e5ed11b2
commit 6b8db20bc6
25 changed files with 513 additions and 15 deletions

View File

@@ -0,0 +1,33 @@
body{
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}
img{
aspect-ratio: 1/1;
}
#opponent-choice{
width: 240px;
height: 240px;
/*background: #fcda45;*/
margin-top: 10px;
}
#your-choice{
width: 240px;
height: 240px;
/*background: #4fdc5e;*/
margin-top: 10px;
}
#choices{
width: 240px;
height: 80px;
/*background: #f4a478;*/
margin: 0 auto;
margin-top: 10px;
}
#choices img{
width: 80px;
height: 80px;
}