Skip to content

Instantly share code, notes, and snippets.

@fs-engineer
Forked from luxplanjay/visually-hidden.css
Created December 13, 2022 10:53
Show Gist options
  • Save fs-engineer/56df1d1df2d1ab19ad90f91a62779c53 to your computer and use it in GitHub Desktop.
Save fs-engineer/56df1d1df2d1ab19ad90f91a62779c53 to your computer and use it in GitHub Desktop.
Visually hidden CSS pattern
.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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment