From 0a0793adafdeccfc66fcfea2300d2f6bf3bca4b9 Mon Sep 17 00:00:00 2001 From: muskan <59757988+Muskan-creator@users.noreply.github.com> Date: Wed, 7 Apr 2021 23:37:47 +0530 Subject: [PATCH 1/3] solving issue of different navbars --- css/style.css | 15 +++++++++++++++ team.html | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/css/style.css b/css/style.css index e5b0f58..651fc5c 100644 --- a/css/style.css +++ b/css/style.css @@ -406,6 +406,21 @@ hr { width: 90px; margin: auto; } +.hr{ + border: 1px solid #3caea3; + border-radius: 5px; + display: block; + width: 20%; + margin: auto; +} +.nav-item:hover hr:nth-child(2){ +border-bottom: 1px solid #3caea3; +display: block; +width: 30%; +/* margin-left:auto;*/ +margin-left: 2.65rem; +padding-right: 2rem !important; +} diff --git a/team.html b/team.html index cda7b06..1176f8f 100644 --- a/team.html +++ b/team.html @@ -53,14 +53,17 @@ From 7d9aeba476ac55f10b7ffaedd77cbabdad2b7ec1 Mon Sep 17 00:00:00 2001 From: muskan <59757988+Muskan-creator@users.noreply.github.com> Date: Sat, 24 Apr 2021 21:50:53 +0530 Subject: [PATCH 2/3] added changes indentations --- css/style.css | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/css/style.css b/css/style.css index 651fc5c..3130ad9 100644 --- a/css/style.css +++ b/css/style.css @@ -406,20 +406,14 @@ hr { width: 90px; margin: auto; } -.hr{ - border: 1px solid #3caea3; - border-radius: 5px; - display: block; - width: 20%; - margin: auto; -} + + .nav-item:hover hr:nth-child(2){ -border-bottom: 1px solid #3caea3; -display: block; -width: 30%; -/* margin-left:auto;*/ -margin-left: 2.65rem; -padding-right: 2rem !important; + border-bottom: 1px solid #3caea3; + display: block; + width: 30%; + margin-left: 2.65rem; + padding-right: 2rem !important; } From c1e498319b2644b5ba21ae067b45ae62c4a4f24b Mon Sep 17 00:00:00 2001 From: muskan <59757988+Muskan-creator@users.noreply.github.com> Date: Mon, 26 Apr 2021 21:22:53 +0530 Subject: [PATCH 3/3] remove empty lines --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 3130ad9..8591326 100644 --- a/css/style.css +++ b/css/style.css @@ -305,7 +305,7 @@ hr { border-spacing: 0; width: 90%; border: 1px solid #ddd; - align: centre; + } .skills-section th:hover {