summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index 9de4f62..1623c45 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,12 @@
Click anywhere on the screen to move the robot!
</p>
<button id="reset">Reset map</button>
- <img id="robot" src="robot.png" alt="robot image" style="height: 15vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
+ <div id="robot">
+ <img src="robot.png" alt="robot image" style="height: 10vh;">
+ </div>
+ <div id="cross">
+ <img src="cross.png" alt="cross image" style="height: 20px">
+ </div>
<canvas id="drawing-board">
</canvas>