nav menu wave

This commit is contained in:
2026-03-01 22:06:17 -06:00
parent 375b7d7b47
commit 62346321d7
6 changed files with 155 additions and 0 deletions

16
src/nav/menu.scss Normal file
View File

@@ -0,0 +1,16 @@
@import "./nav";
.menu {
position: absolute;
display: flex;
flex-direction: column;
background: $menu;
z-index: 10;
color: white;
width: 25%;
height: 100vh;
div {
padding: $padding;
}
}