diff --git a/dash.html b/dash.html index 3fc51f2..2d2fb90 100644 --- a/dash.html +++ b/dash.html @@ -24,7 +24,7 @@ overflow: hidden; background: #333; color: #777; - text-shadow: 0.1em 0em 1em #ffffff4d, -0.03em -0.02em 0.03em white; + text-shadow: 0.1em 0em .1em #0000004d, -0.03em -0.02em 0.03em white; } div.outer-div { @@ -76,18 +76,30 @@ -ms-transform: translateY(-50%); transform: translateY(-50%); } + +canvas { + overflow: hidden; + width:100vw; + height:100vh; + background-color:black; + position: absolute; + left: 0px; + top: 0px; + display: inline-block; +}
+