Add animated menu cards

This commit is contained in:
2025-10-30 14:54:32 +01:00
parent 693484d44c
commit 41cdb5837d
7 changed files with 230 additions and 80 deletions

View File

@@ -1,5 +1,5 @@
:root {
--primary-color: #3dae15;
}
::-webkit-scrollbar {
@@ -13,8 +13,8 @@
}
html, body {
height: 100vh;
width: 100vw;
height: 100dvh;
width: 100dvw;
}
html, body, main, section, section div, footer {
@@ -57,4 +57,8 @@ ul li{
ul li a {
text-decoration: none;
}
.accentuated {
color: var(--primary-color);
}