Version 40

This commit is contained in:
2023-09-19 21:45:47 +02:00
parent 0209c6ff77
commit 2234656ec3
31 changed files with 2778 additions and 212 deletions

View File

@@ -14,7 +14,7 @@ body {
}
/* Clisks */
.joe{
#jonathan{
position: fixed;
z-index: 1;
display: flex;
@@ -54,7 +54,7 @@ body {
aspect-ratio: 1/1;
margin: 0.5rem;
object-fit: contain;
pointer-events: none
pointer-events: none;
}
.backtop{
@@ -114,18 +114,15 @@ body {
.buyone{
width: 200px;
height: 50px;
cursor: pointer;
}
.buymax{
width: 50px;
height: 50px;
cursor: pointer;
}
main{
position: relative;
}
/* By MrEidam */
.clickbtn{
@@ -151,7 +148,7 @@ button{
@media only screen and (max-width: 800px){
@media only screen and (max-width: 555px){
.row{
flex-direction: column;
justify-content: center;
@@ -233,7 +230,7 @@ ul li:hover:last-child{
border-radius: 0 0 5px 5px;
}
ul li:hover{
box-shadow: inset 0 0 5px #33ff33,
box-shadow: inset 0 0 5px #33ff33,
inset 0 0 10px #66ff66;
}
ul li:last-child{