Skip to content

Commit

Permalink
Merge pull request #111 from preeti-14-7/preeti/nav
Browse files Browse the repository at this point in the history
Preeti/nav
  • Loading branch information
hkaur008 authored Oct 7, 2021
2 parents 801eb8e + cdd4f20 commit b9a5f37
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/layout/customnavbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Customnav = (props) => {
to="/"
onClick={() => setShowLinks(!showLinks)}
>
HOME
HOME
</NavLink>
<NavLink
activeClassName="nav_active"
Expand Down
2 changes: 1 addition & 1 deletion src/components/styles/App.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.nav,
.nav,
.nav:hover {
color: inherit;
text-decoration: none;
Expand Down
12 changes: 12 additions & 0 deletions src/components/styles/customnav.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,31 @@
0%, rgb(62, 105, 170) 100%);
}



.navs .navbar-link-css {
color: #fff;
padding-left: 2vh;
padding-right: 2vh;
}
.navbar-link-css:hover{
color: rgb(165, 131, 131);
background: #12232e;
content: '.';
}
.navbar-link-css,
.navbar-link-css:after,
.navbar-link-css:before {
transition: all .5s;
}

.headings-logos-buttons .nav-dynamic-button {
display: none;
margin: 5px;
}



@media (max-width: 1308px) {
.navs .navbar-link-css {
padding-left: 2vh;
Expand Down Expand Up @@ -75,4 +86,5 @@
.justify-content-between #hidden .navbar-link-css {
margin: 10px !important;
}

}

0 comments on commit b9a5f37

Please sign in to comment.