Added navbar

This commit is contained in:
VityaSchel
2023-10-01 21:56:32 +04:00
parent a4667f57c7
commit 6653796e87
13 changed files with 508 additions and 26 deletions

View File

@@ -25,3 +25,7 @@ body {
)
rgb(var(--background-start-rgb));
}
* {
box-sizing: border-box;
}