@@ -81,6 +103,7 @@
Completed Tasks
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"]