Skip to content

Instantly share code, notes, and snippets.

@fostyfost
Created November 11, 2022 14:06
Show Gist options
  • Save fostyfost/cb0a4fef4d113430a83c9ea908f60ba3 to your computer and use it in GitHub Desktop.
Save fostyfost/cb0a4fef4d113430a83c9ea908f60ba3 to your computer and use it in GitHub Desktop.
Visually hidden CSS
.visually-hidden {
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;
outline: 0;
outline-offset: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment