This commit is contained in:
Akira Tempaku 2024-04-20 07:45:44 +09:00
commit 027077c97a
25 changed files with 123 additions and 217 deletions
src/styles/pages

View file

@ -0,0 +1,8 @@
@scope ([data-css='pages/index']) {
:scope {
height: 100svh;
background-color: aliceblue;
display: grid;
place-content: center;
}
}