add project structure

This commit is contained in:
2026-07-13 16:43:40 +03:00
parent 7a574de514
commit 7ecc294e23
10 changed files with 546 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
top-menu {
display: flex;
flex-direction: row;
}
top-menu_item {
text-align: center;
padding: 5px;
}
* {
box-sizing: border-box;
}
/*# sourceMappingURL=style.css.map */