summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css
index 06b066c..376bd42 100644
--- a/style.css
+++ b/style.css
@@ -24,4 +24,20 @@ canvas {
#reset {
position: absolute;
+}
+
+#robot {
+ transform-origin: center;
+ position: absolute;
+ top: 50%;
+ left: 50%;
+ transform: translate(-50%, -50%);
+ pointer-events: none;
+}
+
+#cross {
+ visibility: hidden;
+ position: absolute;
+ opacity: 1;
+ pointer-events: none;
} \ No newline at end of file