Created
August 29, 2016 13:22
-
-
Save viters/49af115ca15b6454439879002847913c to your computer and use it in GitHub Desktop.
Reserve space for bold on hover (not pushing elements to right)
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
a::after { | |
display:block; | |
content:attr(title); | |
font-weight:bold; | |
height:1px; | |
color:transparent; | |
overflow:hidden; | |
visibility:hidden; | |
margin-bottom:-1px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment