mirror of
https://github.com/MrEidam/PetPet.git
synced 2026-04-17 15:43:31 +00:00
RockPaperScissors Update; Note not done and me not happy
This commit is contained in:
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 |
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user