almost done(?)

This commit is contained in:
2023-05-30 12:21:15 +02:00
commit c892f91623
7 changed files with 571 additions and 0 deletions

10
style.css Normal file
View File

@@ -0,0 +1,10 @@
body {
margin: 0;
background-color: #000;
color: #fff;
font-family: Monospace;
font-size: 13px;
line-height: 24px;
overscroll-behavior: none;
cursor: pointer;
}