From 6b88970e21b49bae624f572dd3cbc349eecfd0a9 Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 8 May 2019 00:47:24 +0200 Subject: [PATCH] trying a small styling thing (no background color, but a bit of color on the border --- styles.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 077b01b..b45e205 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,8 @@ +html{ + border: 10px inset #9600ff; + min-height: calc(100vh - 20px); +} body{ - background-color: #fdff99; margin:1em; line-height: 1.3; } @@ -22,4 +25,4 @@ hr{ #footer{ max-width: 600px; font-size: smaller; -} \ No newline at end of file +}