RockPaperScissors Update; Note not done and me not happy

This commit is contained in:
2024-08-07 17:33:57 +02:00
parent 6b8db20bc6
commit cd0a1e16cd
4 changed files with 19 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 156 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 310 KiB

After

Width:  |  Height:  |  Size: 200 KiB

View File

@@ -1,12 +1,30 @@
*{
padding: 0;
margin: 0;
box-sizing: border-box;
transition: .5s;
}
body{ body{
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
text-align: center; text-align: center;
background: #333;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 100vh;
color: #fff;
} }
img{ img{
aspect-ratio: 1/1; aspect-ratio: 1/1;
object-fit: contain;
filter: drop-shadow(1.5px 1.5px 6px #aaa);
}
h1{
filter: drop-shadow(1.5px 1.5px 6px #aaa);
} }
#opponent-choice{ #opponent-choice{
width: 240px; width: 240px;
height: 240px; height: 240px;