Skip to content

Instantly share code, notes, and snippets.

@adeleke5140
Created May 31, 2022 21:11
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 adeleke5140/cb7a43a796ab31a7818c54745094d2da to your computer and use it in GitHub Desktop.
Save adeleke5140/cb7a43a796ab31a7818c54745094d2da to your computer and use it in GitHub Desktop.
Visually hide any element accessibly
.sr-only{
clip: rect(0 0 0 0);
clip-path: inset(100%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
by @Sara Soueidan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment