From 1504f1ae2f1bc5005881ba80f51397320c8eaced Mon Sep 17 00:00:00 2001 From: "C.K. Rooke" Date: Sun, 10 Dec 2023 02:49:28 +0000 Subject: init simple practice toy --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..3169bce --- /dev/null +++ b/style.css @@ -0,0 +1,7 @@ +body { + background: antiquewhite; + font-family: monospace; + font-size: 1.2em; + margin: 2em auto; + max-width: 30em; +} -- cgit v1.2.3