From 2905bcce4dbb7dd1ced889510321d431204bafa3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Tue, 20 Jul 2021 08:45:03 +1000 Subject: First commit --- css/default.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 css/default.css (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css new file mode 100644 index 0000000..7225dbc --- /dev/null +++ b/css/default.css @@ -0,0 +1,32 @@ +div#content { + width: 39rem; + margin: auto; + line-height: 1.6; +} + +img { + max-width: 100%; + height: auto; +} + +a { + text-decoration: none; +} + +div#fsf-banner { + width: 39rem; + margin: auto; +} + +div#fsf-banner center { + padding: 1rem; +} + +footer { + width: 40rem; + margin: auto; + padding-top: .5rem; + border-top-color: grey; + border-top-style: solid; +} + -- cgit v1.2.3