Created
May 7, 2014 17:30
-
-
Save Tantas/beede833d6ea6c186f76 to your computer and use it in GitHub Desktop.
Place off screen in an accessible manner. Useful for hidden labels.
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
.offscreen { | |
position: absolute; | |
left: -999em; | |
xwidth: 90em; | |
xoverflow: hidden; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment