initial commit

This commit is contained in:
Urban Modig
2025-04-20 16:02:36 +02:00
commit 7175db2b54
15 changed files with 479 additions and 0 deletions

16
src/style.css Normal file
View File

@ -0,0 +1,16 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Bungee', sans-serif;
}
#canvas1 {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
max-height: 100%;
}
.assets {
display: none;
}