From d1695cffdf278f21206a924fe33a21d4acda81e5 Mon Sep 17 00:00:00 2001 From: xAsrielDreemurr Date: Wed, 6 Dec 2017 14:31:57 -0600 Subject: [PATCH] added main.css --- user_css/main.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 user_css/main.css diff --git a/user_css/main.css b/user_css/main.css new file mode 100644 index 0000000..7bda694 --- /dev/null +++ b/user_css/main.css @@ -0,0 +1,27 @@ +html, body { + padding: 0; + margin: 0; + width: 100%; + height: 100%; + cursor: none; +} +canvas { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} +span { + color: blue; + bottom: 0px; + position: absolute; + right: 0px; + display: none; + font-size: 40pt; + font-weight: bold; + text-align: right; + vertical-align: bottom; + font-family: monospace; + display:none; +}