Permalink
Browse files

added main.css

  • Loading branch information...
xAsrielDreemurr committed Dec 6, 2017
1 parent 82bf1b1 commit d1695cffdf278f21206a924fe33a21d4acda81e5
Showing with 27 additions and 0 deletions.
  1. +27 −0 user_css/main.css
View
@@ -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;
+}

0 comments on commit d1695cf

Please sign in to comment.