add project structure
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user