Skip to content

Commit

Permalink
changed hover effect on nav items
Browse files Browse the repository at this point in the history
  • Loading branch information
“Sophie committed Mar 20, 2024
1 parent fc79038 commit 8653624
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ html {
}
}


/* Header Titel Effect*/

#changing-word {
Expand Down
12 changes: 6 additions & 6 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,17 @@

<!-- Navigation links -->
<div id="menuItems" class="hidden lg:flex lg:flex-row lg:flex-wrap lg:items-center lg:space-x-4">
<a href="#preview-web-app" class="block lg:hover:underline lg:hover:underline-offset-8 lg:px-4 lg:py-2">App
<a href="#preview-web-app" class="block lg:hover:underline lg:hover:underline-offset-8 lg:hover:decoration-2 lg:px-4 lg:py-2">App
Preview</a>
<a href="#list-of-benefits"
class="block lg:hover:underline lg:hover:underline-offset-8 lg:px-4 lg:py-2">Your
class="block lg:hover:underline lg:hover:underline-offset-8 lg:hover:decoration-2 lg:px-4 lg:py-2">Your
Benefits</a>
<a href="#how-does-it-work" class="block lg:hover:underline lg:hover:underline-offset-8 lg:px-4 lg:py-2">How
<a href="#how-does-it-work" class="block lg:hover:underline lg:hover:underline-offset-8 lg:hover:decoration-2 lg:px-4 lg:py-2">How
It
Works</a>
<a href="#offers" class="block lg:hover:underline lg:hover:underline-offset-8 lg:px-4 lg:py-2">Offering</a>
<a href="#about" class="block lg:hover:underline lg:hover:underline-offset-8 lg:px-4 lg:py-2">About Us</a>
<a href="#contact" class="block lg:hover:underline lg:hover:underline-offset-8 lg:px-4 lg:py-2">Get in
<a href="#offers" class="block lg:hover:underline lg:hover:underline-offset-8 lg:hover:decoration-2 lg:px-4 lg:py-2">Offering</a>
<a href="#about" class="block lg:hover:underline lg:hover:underline-offset-8 lg:hover:decoration-2 lg:px-4 lg:py-2">About Us</a>
<a href="#contact" class="block lg:hover:underline lg:hover:underline-offset-8 lg:hover:decoration-2 lg:px-4 lg:py-2">Get in
Contact</a>
</div>
</nav>
Expand Down

0 comments on commit 8653624

Please sign in to comment.