Lazily implemented help modal

This commit is contained in:
2017-08-11 01:24:18 -04:00
parent 4de755ad6d
commit ce38957abe
4 changed files with 108 additions and 1 deletions

View File

@@ -6,3 +6,17 @@
html {
overflow: hidden;
}
#help {
display: flex;
justify-content: center;
background-color: black;
color: white;
position: absolute;
top: 0;
left: 0;
}
#help table {
color: white;
}