Version - 47

This commit is contained in:
2024-04-18 21:00:29 +02:00
parent e204fd9016
commit 2564dd549e
20 changed files with 1840 additions and 1977 deletions

View File

@@ -26,9 +26,6 @@ header{
color: #fff;
border-radius: 0 0 2rem 2rem;
box-shadow: 0 0 50px 10px #fff;
}
h1{
}
h3{
position: absolute;
@@ -36,6 +33,8 @@ h3{
}
img{
width: 300px;
cursor: pointer;
border-radius: 50%;
}
#jonathan{
z-index: -36;
@@ -136,4 +135,23 @@ footer{
transform: rotate(calc(360deg/-4*var(--i)));
box-shadow: 0 3px 4px rgba(0,0,0,0.15)
}
.socmenu li a img{width:1em;}
.socmenu li a img{width:1em;}
@media (prefers-color-scheme: dark){
body{
background: #333;
color: #fff;
}
h3{
color: #fff;
}
}
@media (prefers-color-scheme: light){
body{
background: #ddd;
color: #000;
}
h3{
color: #000;
}
}