From fb926b34848fb3101e12c65b8a31bf31fea5666f Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 24 May 2023 10:33:45 +0200 Subject: [PATCH] made the turn arrows look better --- index.html | 6 ++++-- res/style.css | 12 ++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index be3c9a5..b0cdf0c 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,9 @@ This browser doesn't seem to support canvas. sorry idk - - +
+ + +
\ No newline at end of file diff --git a/res/style.css b/res/style.css index cab738e..812a13d 100644 --- a/res/style.css +++ b/res/style.css @@ -7,4 +7,16 @@ { width: 100%; text-align:center; +} + +#sipky +{ + margin-left: 47.5%; +} + +#sipky > button +{ + width: 50px; + height: 50px; + font-size: 30px; } \ No newline at end of file