From 137a1d412f7fc09448674fc77d7d8116eeff3b63 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Thu, 1 Jul 2021 23:43:32 +0200 Subject: init --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..8cc42e5 --- /dev/null +++ b/style.css @@ -0,0 +1,13 @@ +body { + max-width: 80ex; + margin: auto; +} + +footer { + margin-bottom: 2em; +} + +.list { + padding: 1ex; + border: 1px solid gray; +} -- cgit 1.4.1