Last active
February 9, 2024 18:53
-
-
Save sohelrana820/f12c6268318958acbe2e3024e2c35c93 to your computer and use it in GitHub Desktop.
How to stop navbar items shaking on css hover
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Put anchor (<a> tag) link text inside the title attribute text | |
** | |
.link::before { | |
display: block; | |
content: attr(title); | |
font-weight: 600; | |
height: 0; | |
overflow: hidden; | |
visibility: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment