feat: add parallax infinite scroll hero for index

This commit is contained in:
badblocks 2026-01-02 22:18:54 -08:00
parent e9a666621f
commit 43e8dcff5e
No known key found for this signature in database
5 changed files with 79 additions and 9 deletions

View file

@ -18,6 +18,10 @@
"content"
"footer";
min-height: 100vh;
width: 100vw;
position: absolute;
top: 0;
left: 0;
}
header {