Adding help and organizing code

This commit is contained in:
Legonzaur
2020-06-26 23:01:26 +02:00
parent 38ad774754
commit 9050f74b02
5 changed files with 154 additions and 96 deletions
+11 -1
View File
@@ -1,4 +1,6 @@
* {
body,
html,
#content {
margin: 0;
padding: 0;
width: 100%;
@@ -17,3 +19,11 @@
white-space: nowrap; /* Thanks to Herb Caudill comment */
top: 0;
}
#help {
z-index: 1;
position: fixed;
padding: 10px;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.1);
}