First prototype

This commit is contained in:
jj
2026-01-20 11:38:43 +01:00
parent b84a787c25
commit 5ed25c73fc
3 changed files with 425 additions and 0 deletions

21
styles.css Normal file
View File

@@ -0,0 +1,21 @@
body {
min-height: 100%;
margin: 0;
background: hsl(0, 0%, 0%);
overflow: hidden;
}
#thit {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
text-align: center;
color: hsl(0, 0%, 100%);
font: bold 1px sans-serif;
}