The nav-links must be bigger with the ‘:hover’ but it’s not happend anything:
https://replit.com/@TasosKhatzes/Nav-bar?v=1
if you mean the class nav-links
, you don’t have any .nav-links:hover
like you have with, e.g. .home
.
you need to add the scale change to the li
element rather than the <a>
element
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.