From 0e62f7d8a4ab3f8254857c5e065e219115f62bac Mon Sep 17 00:00:00 2001 From: nilesh Date: Sun, 21 Jan 2018 01:16:22 +0530 Subject: [PATCH 1/2] added anchor tags --- assets/css/main.css | 19 +++++++++++++++++++ index.html | 10 ++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) 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..3e52b02 100755 --- a/index.html +++ b/index.html @@ -30,12 +30,12 @@ From 4cfbbf181a2678d6511714a00972e9a29826a734 Mon Sep 17 00:00:00 2001 From: Nilesh Date: Tue, 16 Oct 2018 21:56:58 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 3e52b02..c079be4 100755 --- a/index.html +++ b/index.html @@ -51,7 +51,6 @@