Skip to content

Instantly share code, notes, and snippets.

@mzabriskie
Created September 30, 2015 22:14
Show Gist options
  • Select an option

  • Save mzabriskie/020e22edbb9119d41872 to your computer and use it in GitHub Desktop.

Select an option

Save mzabriskie/020e22edbb9119d41872 to your computer and use it in GitHub Desktop.
Screenreader Only CSS
.screenreader-only {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
transform: translatez(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment