initial html changes

This commit is contained in:
2024-03-27 23:19:07 +02:00
parent 7fbfbaa039
commit c55d6d37e2
6 changed files with 233 additions and 12 deletions

23
static/css/global.css Normal file
View File

@@ -0,0 +1,23 @@
/* fonts here */
:root {
/* global vars like colors here */
}
#nav {
}
.nav-logo {
}
.nav-btn {
}
.nav-btn-active {
}

3
static/css/index.css Normal file
View File

@@ -0,0 +1,3 @@