create basic components for index

- Updated layout
- Include CSS reset
- Include Catppuccin color variables
- Add basic styling
- Create navbar component
This commit is contained in:
Alexander Navarro 2023-08-13 12:32:28 -04:00
parent 894baef9c8
commit 11473a6b53
7 changed files with 152 additions and 82 deletions

View file

@ -0,0 +1,9 @@
.hstack {
display: flex;
gap: 1rem;
align-items: center;
}
.list-unstyle {
list-style: none;
}