From 9e7c2d6004f92a3341e0b034c84a20567753a6f7 Mon Sep 17 00:00:00 2001 From: Copywrong <> Date: Fri, 6 Mar 2026 15:20:24 -0500 Subject: Initial commit --- styles.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 styles.css (limited to 'styles.css') diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..4b0b6a2 --- /dev/null +++ b/styles.css @@ -0,0 +1,24 @@ +body { + background-color: snow; + font-family: Arial, sans; +} + +.logo { + text-align: center; + font-weight: bold; + font-size: 50px; + margin-bottom: 0.5em; +} + +.content { + justify-self: center; + width: 1000px; + border: 1px solid #333333; + box-shadow: 0 0 0.25em #444444; + padding: 8px 12px; + background-color: white; +} + +footer { + justify-self: center; +} -- cgit v1.3