added a synthwave landscape effect

This commit is contained in:
8BitBiscotti
2024-12-11 12:57:34 +01:00
parent 9e0f98477d
commit 5b8bc2242d
6 changed files with 175 additions and 11 deletions
+6
View File
@@ -15,6 +15,12 @@ li {
filter: drop-shadow(0px calc(2px * var(--pxDensity)) rgba(0, 0, 0, 0.5));
padding: 0%;
display: inline-block;
position: relative;
margin-bottom: calc(4px * var(--pxDensity));
position: absolute;
bottom: 0%;
left: 50%;
transform: translateX(-50%);
}
.navBtn {
background-color: transparent;