From a3715e705664f0386b76b0b3c68e39811d77f949 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 8 Aug 2024 13:21:36 +0200 Subject: initial commit --- html/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 html/style.css (limited to 'html/style.css') diff --git a/html/style.css b/html/style.css new file mode 100644 index 0000000..f3cf308 --- /dev/null +++ b/html/style.css @@ -0,0 +1,9 @@ +* { + font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; +} +body { + background: #EBE9DA; + max-width: 50em; + margin: 0 auto; + padding: 1.25em; +} -- cgit v1.3.1