From c26d3c09abea8aac5cdad752e23f19e5c8e98cd9 Mon Sep 17 00:00:00 2001 From: Matt Arnold Date: Sun, 6 Apr 2025 21:06:53 -0400 Subject: have gpt start us off --- static/style.css | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..8e258e5 --- /dev/null +++ b/static/style.css @@ -0,0 +1,34 @@ +body { + font-family: Arial, sans-serif; + margin: 0; + padding: 0; + background-color: #f4f4f4; +} + +header { + background-color: #333; + color: #fff; + padding: 1rem; +} + +header h1 { + margin: 0; +} + +header a { + color: #fff; + text-decoration: none; +} + +main { + padding: 1rem; +} + +a { + color: #333; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} \ No newline at end of file -- cgit 1.4.1-2-gfad0