Skip to content

Instantly share code, notes, and snippets.

@csilverman
Created April 28, 2021 17:11
Show Gist options
  • Save csilverman/f9a296eb0552176986b67ffb540e6424 to your computer and use it in GitHub Desktop.
Save csilverman/f9a296eb0552176986b67ffb540e6424 to your computer and use it in GitHub Desktop.
Accessibly hide text
.visually-hidden {
clip: rect(0 0 0 0);
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment