Added some styles

This commit is contained in:
Gregory Ballantine 2024-07-03 09:49:42 -04:00
parent 9942843e3e
commit 3738c9e4f7

View File

@ -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