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/beans.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/beans.html (limited to 'src/beans.html') diff --git a/src/beans.html b/src/beans.html new file mode 100644 index 0000000..ff89934 --- /dev/null +++ b/src/beans.html @@ -0,0 +1,21 @@ +html,body { + min-height: 100vh; + margin:0; padding: 0; +} + +html { + font: 18px serif; + background: #385180; +} + +body { + max-width: 79ch; + padding: 0 2ch; + margin: 0 auto; + background: #405990; + color: white; +} + +a { + color: yellow; +} -- cgit 1.4.1-21-gabe81