This commit is contained in:
2025-11-07 17:04:06 +01:00
parent a82fe03a3d
commit e778fbd5be
3 changed files with 109 additions and 0 deletions

16
oop/styles.css Normal file
View File

@@ -0,0 +1,16 @@
body{
margin: 0;
}
h1{
font-size: 18em;
}
canvas#scene{
position: absolute;
z-index: 10;
top:0;
left:0;
/* width: 100%;
height:100%; */
}