From 3738c9e4f70e68c6999940c4584fe0f1cbf2811a Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Wed, 3 Jul 2024 09:49:42 -0400 Subject: [PATCH] Added some styles --- assets/styles/hallowvale.sass | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/assets/styles/hallowvale.sass b/assets/styles/hallowvale.sass index c562ebf..aa174fc 100644 --- a/assets/styles/hallowvale.sass +++ b/assets/styles/hallowvale.sass @@ -1,2 +1,30 @@ +html, +body + margin: 0 + padding: 0 + +body + background: #eee + #main-nav margin-bottom: 15px + background: teal + + ul + li + display: inline-block + + a + display: block + height: 100% + color: white + font-size: 2rem + transition: color 220ms ease-in-out + + &:hover + color: lightgrey + +#main-content + padding: 12px 20px + background: white + border-radius: 8px