Skip to content

Commit

Permalink
Fixed Link Active Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedMafaz committed May 30, 2023
1 parent 0fdbe8c commit a902571
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions requestnewtool.css
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,9 @@ form {

body {
background-color: #F5F4F7;
}

.nav-link1active {
background: #F5F5F5;
border-radius: 7px;
}
6 changes: 3 additions & 3 deletions requestnewtool.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
<body>
<div class="navbar" id="navbarId" onclick="closeFunction()">
<img src="Images/Logo.svg" alt="Logo" class="logo" />
<a href="#" class="home nav-link item-selected" ><i class="fas fa-home"></i>Home</a>
<a href="#" class="home nav-link"><i class="fas fa-home"></i>Home</a>
<a href="contactus.html" class="nav-link"><i class="fas fa-mobile"></i>Contact</a>
<a href="aboutus.html" class="nav-link"><i class="fas fa-user"></i>About</a>
<a href="requestnewtool.html" class="nav-link1"><i class="fas fa-pen"></i>Request New Tool</a>
<a href="requestnewtool.html" class="nav-link1active"><i class="fas fa-pen"></i>Request New Tool</a>
<a href="login.html" class="nav-link"><i class="fas fa-user"></i> Login</a>
<button class="premium_button">
<i class="fas fa-crown"></i>GO PREMIUM
Expand All @@ -35,4 +35,4 @@ <h1 class="title"><span class="propoplex">Request New Tool:</span> Empower Us wi
<button class="writenow">SUBMIT</button>
</form>
</body>
</html>
</html>

0 comments on commit a902571

Please sign in to comment.