diff --git a/static/style.css b/static/style.css index a927c10..69f210f 100644 --- a/static/style.css +++ b/static/style.css @@ -9,11 +9,12 @@ blockquote{ footer{ background-color: lightgrey; + margin: 5px; } .nav-list{ list-style-type: none; - margin: 0; + margin: 5px; padding: 0; overflow: hidden; background-color: #cc0000; @@ -41,6 +42,7 @@ footer{ } .main-content{ + margin: 5px; border-style: solid; border-width: 5px; border-color: #cc0000;