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

@@ -8,8 +8,7 @@
body {
font-size: 15pt;
/*background: linear-gradient(#009000, black);*/
background-color: #ccc;
background-color: #333;
}
#jonathan{
position: fixed;
@@ -22,8 +21,6 @@ body {
margin: 0;
top: 0;
border-radius: 0 0 90px 90px;
background: linear-gradient(#11ABFF, #ccccccab);
}
/* By MrEidam */
@@ -31,7 +28,6 @@ body {
/* Lemons */
#loglm{
position: relative;
background-color: papayawhip;
display: flex;
align-items: center;
justify-content: center;
@@ -68,8 +64,6 @@ main{
/* By MrEidam */
.item{
background-color: papayawhip/*var(--color)*/;
/*border: 2px solid #333;*/
border: none;
top: 5px;
margin: 2rem 3vw 2rem 3vw;
@@ -138,6 +132,7 @@ main{
}
button{
border: none;
cursor: pointer;
filter: drop-shadow(8px 6px 4px #555);
}
@@ -266,6 +261,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;