From 04507ccbac3a5489bf94fabba61ccedc8595e184 Mon Sep 17 00:00:00 2001 From: ameya Date: Sun, 3 Oct 2021 01:34:11 +0530 Subject: [PATCH 1/3] Adding a navbar --- index.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/index.html b/index.html index 2a64950..c49babb 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,28 @@
+
From dec3454c51be0c0767c8f8628c1dca2670209b1b Mon Sep 17 00:00:00 2001 From: ameya Date: Sun, 3 Oct 2021 01:45:30 +0530 Subject: [PATCH 2/3] Addign styles to navbar --- style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/style.css b/style.css index e946599..b0718d0 100644 --- a/style.css +++ b/style.css @@ -66,6 +66,30 @@ footer a { li:last-child{ margin-bottom: 20px !important; } + +.navbar-light .navbar-nav .nav-link { + display: inline; + text-transform: uppercase; + font-size: 13px; + text-decoration: none; + color: black; + font-family:"open-sans"; + transition: 0.3s ease; + border-top: 4px solid transparent; + border-bottom: 4px solid transparent; + margin: 0 20px; + padding: 20px 0; + +} + + .navbar-nav .nav-link.active, + .navbar-nav .nav-link:hover { + border-top: 4px solid #000000; + border-bottom: 4px solid #000000; + background:#11ADE8; + padding: 6px 0; +} + /* Media Queries for Mobile Viewports */ @media(max-width:577px){ #addForm input[type="submit"] From bbfb4aa32ff92697c99aa45354a341a573c4b45b Mon Sep 17 00:00:00 2001 From: ameya Date: Sun, 3 Oct 2021 02:23:37 +0530 Subject: [PATCH 3/3] Added conatc info in footer --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index c49babb..ff3063d 100644 --- a/index.html +++ b/index.html @@ -103,6 +103,7 @@

Completed Tasks