From ae0e659e91c434a53eba254c2449e78290211ce7 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sun, 29 Aug 2021 14:37:43 +0200 Subject: [PATCH] Is the light too bright? --- css/styles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/styles.css b/css/styles.css index 7ef8335..241502e 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,10 +1,10 @@ /* Document Layout */ body { - line-height: 1.1em; font-family: sans-serif; font-size: 1.0em; - background: "#ffffff"; + line-height: 1.1em; + background: #ffffff; } p { @@ -59,8 +59,9 @@ p { border-style: dotted; border-color: #ffa000; font-family: Courier; - font-size: 1.5em; text-align: center; + font-size: 1.3em; + line-height: 1.5em; padding: 5px; margin-top: 5px; margin-bottom: 5px;