diff options
Diffstat (limited to 'public/style.css')
-rw-r--r-- | public/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/public/style.css b/public/style.css new file mode 100644 index 0000000..4281b43 --- /dev/null +++ b/public/style.css @@ -0,0 +1,9 @@ +body { margin: 0; } + +body > div { + position: fixed; + top: 0; + bottom: 0; + left: 0; + right: 0; +} |