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;