Skip to content

Instantly share code, notes, and snippets.

@Sstobo
Created October 26, 2017 18:59
Show Gist options
  • Save Sstobo/cd0f15b9a63a1269a5d321f2a660fcdf to your computer and use it in GitHub Desktop.
Save Sstobo/cd0f15b9a63a1269a5d321f2a660fcdf to your computer and use it in GitHub Desktop.
[screen reader text hide] #a11y
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment