Added inset shadow into banner image

This commit is contained in:
Thomas Oltmann 2025-08-17 12:57:48 +02:00
parent 08f16661df
commit dfe4e4d182

View file

@ -53,6 +53,7 @@ body {
background-position: center; background-position: center;
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
box-shadow: inset 0em -2em 5em #222222;
} }
.banner h1 { .banner h1 {
text-shadow: 2px 2px #222222; text-shadow: 2px 2px #222222;