From af52a71c9b2d6d66ff00fb39386d8d7a5330b2b0 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 19 May 2022 11:49:53 -0500 Subject: Initial commit I'm doing content + generation in this ... who knows if it's smart, lol. --- src/static/casa.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/static/casa.css (limited to 'src/static/casa.css') diff --git a/src/static/casa.css b/src/static/casa.css new file mode 100644 index 0000000..36bdda0 --- /dev/null +++ b/src/static/casa.css @@ -0,0 +1,32 @@ +html { + min-height: 100vh; + margin:0; padding: 0; +} + +html { + font: 18px serif; +} + +body { + max-width: 79ch; + margin: 0 auto; + padding: 0 2ch; + background: #385180; + color: white; +} + +main { + max-width: 79ch; + padding: 2ch; + margin: auto; + background: #405990; +} + +a { + color: yellow; +} + +footer { + text-align: right; + padding: 1ch 0; +} -- cgit 1.4.1-21-gabe81