From 5604859d5a31b5acfa58ccce255f59500e89f069 Mon Sep 17 00:00:00 2001 From: rra Date: Wed, 8 May 2019 13:29:51 +0200 Subject: [PATCH] Update 'styles.css' --- styles.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/styles.css b/styles.css index b45e205..81a9697 100644 --- a/styles.css +++ b/styles.css @@ -4,10 +4,12 @@ html{ } body{ margin:1em; + background-color: rgb(255, 250, 250); line-height: 1.3; + font-size:20px; } #welcome{ - max-width: 600px; + max-width: 80%; margin:1em 0; } table{ @@ -23,6 +25,6 @@ hr{ margin:2em 0 1em; } #footer{ - max-width: 600px; - font-size: smaller; + max-width: 80%; } +.info{font-size: smaller;} \ No newline at end of file