diff --git a/assets/style.css b/assets/style.css index c1a83a6..450ac7b 100644 --- a/assets/style.css +++ b/assets/style.css @@ -2,6 +2,7 @@ body { margin: 0; padding: 0; + font-family:'Courier New', Courier, monospace; } html @@ -11,7 +12,7 @@ html .navbar ul { - background-color: cyan; + background-color: dodgerblue; display: flex; list-style-type: none; justify-content: center;