Implement layout (wip)

This commit is contained in:
Akira Tempaku 2024-04-25 17:19:40 +09:00
parent 0f7978cc5c
commit b62a2dd8c4
13 changed files with 69 additions and 36 deletions
assets/css/components/layout

View file

@ -0,0 +1,7 @@
@scope ([data-css='components/layout/header.css']) {
:scope {
height: 80px;
display: flex;
background-color: gray;
}
}