Adding help and organizing code
This commit is contained in:
+11
-1
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user