From 7e4014f735c9bd93ce7eea87b30c535c2886ed61 Mon Sep 17 00:00:00 2001 From: emilyd Date: Mon, 27 Mar 2023 09:11:03 +0300 Subject: [PATCH] add background image --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index 6125673..fd5b40b 100644 --- a/styles.css +++ b/styles.css @@ -30,6 +30,10 @@ body, html { margin: 0; padding: 0; } +html { + background-image: url(/img/background.png); + background-attachment: fixed; +} body { max-width: 800px; margin: auto; @@ -40,6 +44,7 @@ body { */ font-family: sans-serif; font-size: 11pt; + box-shadow: 0px 0px 15px #000000; } nav { display: block;