Skip to content

Instantly share code, notes, and snippets.

@vadimbogomazov
Last active November 29, 2019 13:32
Show Gist options
  • Save vadimbogomazov/ae41f882128c1afdd34c06d5bf6cacef to your computer and use it in GitHub Desktop.
Save vadimbogomazov/ae41f882128c1afdd34c06d5bf6cacef to your computer and use it in GitHub Desktop.
Visuallyhidden css class
.visually-hidden:not(:focus):not(:active) {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
white-space: nowrap;
clip-path: inset(100%);
clip: rect(0 0 0 0);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment