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

@@ -6,7 +6,8 @@ body{
background-color: #333;
box-sizing: border-box;
overflow: hidden;
}
font-family: 'Poppins', sans-serif;
}
#jonathan{
position: absolute;
width: 100%;

View File

@@ -6,6 +6,7 @@
user-select: none;
box-sizing: border-box;
scroll-behavior: smooth;
font-family: 'Poppins', sans-serif;
}
body {
@@ -73,15 +74,15 @@ body {
.item{
border: none;
top: 5px;
margin: 2rem 3vw 2rem 3vw;
margin: 2rem/* 1.5vw 2rem 1.5vw*/;
padding: 1rem;
border-radius: 6.9px;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
width: 500px;
height: 340px;
width: 400px;
min-height: 340px;
filter: drop-shadow(0px 20px 14px #444);
text-align: center;
}
@@ -138,16 +139,6 @@ button{
border: none;
filter: drop-shadow(8px 6px 4px #555);
}
@media only screen and (max-width: 555px){
.row{
flex-direction: column;
justify-content: center;
}
.item{
width: auto;
margin: 2rem 10vw 2rem 10vw;
}
}
.upwards{
position: fixed;

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
}