From c74b3ffd2bab35c3f28b3db0165f901d54bc7a80 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Wed, 7 May 2025 13:21:22 +0200 Subject: [PATCH] moved the style to its own file --- public/css/style.css | 14 ++++++++++++++ public/index.html | 17 +---------------- 2 files changed, 15 insertions(+), 16 deletions(-) create mode 100644 public/css/style.css diff --git a/public/css/style.css b/public/css/style.css new file mode 100644 index 0000000..f5ed529 --- /dev/null +++ b/public/css/style.css @@ -0,0 +1,14 @@ +body { + font-family: sans-serif; + max-width: 600px; + margin: 2em auto; +} + +fieldset { + margin-bottom: 1.5em; + padding: 1em; +} + +button { + padding: 0.5em 1em; +} diff --git a/public/index.html b/public/index.html index 16d9979..1de9f57 100644 --- a/public/index.html +++ b/public/index.html @@ -5,22 +5,7 @@ Dataset Downloader & Answer Uploader - +