Skip to content

Instantly share code, notes, and snippets.

@georgebrata
Created February 6, 2023 08:22
Show Gist options
  • Save georgebrata/1b770096f6ffc7a29cf22c7659a4a364 to your computer and use it in GitHub Desktop.
Save georgebrata/1b770096f6ffc7a29cf22c7659a4a364 to your computer and use it in GitHub Desktop.
Screenreader-only text CSS class
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment