aboutsummaryrefslogtreecommitdiff
path: root/assets/css/style.css
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2016-11-15 23:58:03 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2016-11-15 23:58:03 +0000
commit160d670eecff088469a3257b90ed77c6c0577758 (patch)
tree7f46a9e9eb18884314c1899ac856239b36b318f1 /assets/css/style.css
parente1b9507698a21b58e2b6be4e432ccd212e6742d4 (diff)
3d cube rendering
Diffstat (limited to 'assets/css/style.css')
-rw-r--r--assets/css/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 3a5ce95..7499af5 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,3 +1,8 @@
canvas {
+ position: absolute;
outline: 2px solid #d3d3d3;
+}
+
+#main-canvas {
+ z-index: -10;
} \ No newline at end of file