From: Jakub Czajka Date: Sat, 23 Dec 2023 21:38:50 +0000 (+0100) Subject: Move common CSS styles into a separte file. X-Git-Url: https://git.ekhem.eu.org/?a=commitdiff_plain;h=aeba4971cd5a88d75ef1a299bd0249a7fae1bf77;p=gym.git Move common CSS styles into a separte file. --- diff --git a/gym.css b/gym.css new file mode 100644 index 0000000..93e7928 --- /dev/null +++ b/gym.css @@ -0,0 +1,12 @@ +body { + background-color: #7fa99b; +} +form { + width: min(400px, 100%); +} +fieldset { + background-color: #f1d18a; + display: flex; + flex-direction: column; + row-gap: 5px; +} diff --git a/gym.sh b/gym.sh index d24277e..dd4b033 100755 --- a/gym.sh +++ b/gym.sh @@ -15,20 +15,9 @@ PAGE=" +