Skip to content

Instantly share code, notes, and snippets.

@ppscvalentin
Last active October 27, 2022 10:14
Show Gist options
  • Save ppscvalentin/4ac90394a1e7fd9568c2cba65095b9af to your computer and use it in GitHub Desktop.
Save ppscvalentin/4ac90394a1e7fd9568c2cba65095b9af to your computer and use it in GitHub Desktop.
Screen reader
/**
* Visually hidden, but accessible
* https://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/
*/
.visuallyhidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment