From d0e28d032406c9c36280e2d9953a9375e3ebc372 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sat, 10 Jan 2026 22:04:47 +0100 Subject: [PATCH] Added stylesheet + arranged viewer and controls horizontally --- index.html | 1 + style.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 style.css diff --git a/index.html b/index.html index 54aae6c..18b2978 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ FIM Simulator + diff --git a/style.css b/style.css new file mode 100644 index 0000000..65e6036 --- /dev/null +++ b/style.css @@ -0,0 +1,4 @@ +#viewer{ + display: flex; + flex-direction: row; +} \ No newline at end of file