Skip to content

Instantly share code, notes, and snippets.

@AKJUS
Forked from luxplanjay/visually-hidden.css
Created April 6, 2025 12:22
Show Gist options
  • Select an option

  • Save AKJUS/473247b1df6a4910688b78227c6de639 to your computer and use it in GitHub Desktop.

Select an option

Save AKJUS/473247b1df6a4910688b78227c6de639 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;
}
@AKJUS
Copy link
Copy Markdown
Author

AKJUS commented Apr 6, 2025

aki galaxy undertaken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment