initial commit
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user