canvas init

This commit is contained in:
2026-03-01 22:07:33 -06:00
parent 62346321d7
commit 0713ad7521
2 changed files with 27 additions and 5 deletions

16
src/index/canvas.scss Normal file
View File

@@ -0,0 +1,16 @@
main {
width: 100vw;
height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 10%;
background: black;
color: white;
}
.welcome {
text-align: center;
top: 25%;
position: relative;
}