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

@@ -6,14 +6,6 @@ body {
background-color: #fff;
box-sizing: border-box;
}
#LANGMISS{
position: absolute;
width: 100%;
height: 100%;
text-align: center;
z-index: 20;
visibility: hidden;
}
#tycoon{
position: absolute;
width: 100%;
@@ -28,7 +20,10 @@ body {
left: 50%;
text-align: center;
transform: translate(-50%,0);
font-size: 15pt;
font-size: 17.5pt;
}
@media only screen and (max-width: 700px){
#logclick{font-size: 15pt;}
}
#disclick{
position: absolute;
@@ -56,6 +51,7 @@ body {
left: 50%;
margin: -150px 0 0 -150px;
border-radius: 150px;
cursor: pointer;
}
/* Other BTNS */
.Yt{