Version 46

This commit is contained in:
2024-02-10 16:44:58 +01:00
parent 3972130728
commit 11575b51c7
23 changed files with 1927 additions and 460 deletions

View File

@@ -4,6 +4,7 @@
padding: 0;
user-select: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body {
@@ -73,8 +74,8 @@ main{
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 500px;
height: 390px;
width: 400px;
min-height: 340px;
filter: drop-shadow(0px 20px 14px #444);
}
@@ -83,7 +84,6 @@ main{
aspect-ratio: 1/1;
margin: 0.5rem;
object-fit: contain;
filter: drop-shadow(10px 8px 6px #333);
pointer-events: none
}