From 020875d6939b4dbbcd62213ce8d265c050779390 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 26 Oct 2021 14:23:51 +0200 Subject: [PATCH] stylesheet --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..c2eeb69 --- /dev/null +++ b/style.css @@ -0,0 +1,6 @@ +body { + margin: 10%; +} +p { + max-width: 48em; +} \ No newline at end of file