Skip to content

Instantly share code, notes, and snippets.

@michaelwhyte
Last active November 20, 2018 20:20
Show Gist options
  • Save michaelwhyte/564fc5281c68691b265a0ad292cb5721 to your computer and use it in GitHub Desktop.
Save michaelwhyte/564fc5281c68691b265a0ad292cb5721 to your computer and use it in GitHub Desktop.
Screen Reader Only Class from Bootstrap
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment