From 9a5529a1833b9548ce556460d0f2750fe5427dc8 Mon Sep 17 00:00:00 2001 From: "Tyler M. Neher" Date: Sat, 26 Oct 2024 19:43:51 -0400 Subject: [PATCH] index --- style.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..07bfe00 --- /dev/null +++ b/style.css @@ -0,0 +1,25 @@ +body { + font-family: "Lucida Console", Courier, monospace; + padding: 1em; +} +h1 { + font-family: "Lucida Console", Courier, monospace; + font-style: oblique; + text-align: start; +} + +h2 { + font-family: "Lucida Console", Courier, monospace; + font-style: oblique; + text-align: center; +} + +footer { + font-family: "Lucida Console", Courier, monospace; + font-style: normal; + text-align: start; + position: relative; + bottom: 0; + width: 100%; + height: 2.5rem; +}