Version 40.5.2 - playing with meta tags

This commit is contained in:
2023-10-04 21:52:15 +02:00
parent 2271c8fa52
commit b74e358f22
7 changed files with 43 additions and 24 deletions

View File

@@ -3,14 +3,14 @@ body {
user-select: none;
padding: 0;
margin: 0;
background-color: #fff;
background-color: #333;
box-sizing: border-box;
}
#tycoon{
position: absolute;
width: 100%;
height: 200px;
background: radial-gradient(125% 100% at 50% 0%,#9aff9a 20%,#fff 70%);
background: #333;
font-size: 15pt;
}
#logclick{
@@ -137,6 +137,9 @@ ul li:last-child{
border-bottom: none;
}
ul li a{
display: block;
width: 100%;
height: 100%;
color: #fff;
font-size: 18px;
text-decoration: none;