feat: initial commit

This commit is contained in:
Smigz 2023-11-18 19:57:34 -05:00
parent d667833847
commit fcb8e17d6b
3 changed files with 52 additions and 0 deletions

5
library/css/style.css Normal file
View file

@ -0,0 +1,5 @@
.navbar {
display: flex;
justify-content: space-between;
align-content: center;
}