diff --git a/styles/base.css b/styles/base.css index c18b7f1..903aab1 100644 --- a/styles/base.css +++ b/styles/base.css @@ -8,7 +8,9 @@ html { padding: 0; } -body {} +body { + background-color: rgb(216, 216, 216); +} h1, h2, @@ -47,6 +49,10 @@ nav { box-shadow: 0px 2px 5px black; } +table{ + box-shadow: 0px 2px 5px black; +} + section {} section>h2,