initial commit

This commit is contained in:
Legonzaur
2020-06-26 11:33:45 +02:00
commit 5cbf91f8fb
6 changed files with 222 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
* {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
font-family: monospace;
z-index: -1;
user-select: none;
overflow: hidden;
}
#Test {
position: absolute;
visibility: hidden;
height: auto;
width: auto;
white-space: nowrap; /* Thanks to Herb Caudill comment */
top: 0;
}