Skip to content

Instantly share code, notes, and snippets.

@ariona
Created June 14, 2016 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ariona/cd8fcff0116d0ab1fa50ee75c6e69692 to your computer and use it in GitHub Desktop.
Save ariona/cd8fcff0116d0ab1fa50ee75c6e69692 to your computer and use it in GitHub Desktop.
Hiding Screen Reader Text
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
overflow: hidden;
position: absolute !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment