diff --git a/assets/css/main.css b/assets/css/main.css index 8e509d6..6231c25 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -111,4 +111,23 @@ footer { .container img { width: 50%;} .container p {font-size: 100%;} } + /* Add a black background color to the top navigation */ + .topnav { + overflow: hidden; +} + +/* Style the links inside the navigation bar */ +.topnav a { + float: right; + display: block; + color: rgb(174, 159, 163); + text-align: center; + padding: 14px 16px; + text-decoration: none; + font-size: 17px; +} +/* Change the color of links on hover */ +.topnav a:hover { + color: #FFFFFF; +} diff --git a/index.html b/index.html index 083db64..c079be4 100755 --- a/index.html +++ b/index.html @@ -30,12 +30,12 @@