Created
April 17, 2020 14:02
-
-
Save evaldosantos/44e47e44d5341ed3c744402bb20da535 to your computer and use it in GitHub Desktop.
Screen-only
This file contains hidden or 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
.sr-only { | |
position: absolute; | |
left: -10000px; | |
width: 1px; | |
height: 1px; | |
top: auto; | |
overflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment