Skip to content

Instantly share code, notes, and snippets.

@aeaston
Created September 30, 2020 19:33
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 aeaston/ba4dacb58125ffb9dbfdac91caf1ad06 to your computer and use it in GitHub Desktop.
Save aeaston/ba4dacb58125ffb9dbfdac91caf1ad06 to your computer and use it in GitHub Desktop.
Accessible Div Blog - sr-only CSS
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment