Skip to content

Instantly share code, notes, and snippets.

@luxplanjay
Last active July 20, 2024 20:45
Show Gist options
  • Save luxplanjay/6f6936b1bba7afe006fa9317b07b6045 to your computer and use it in GitHub Desktop.
Save luxplanjay/6f6936b1bba7afe006fa9317b07b6045 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;
}
@volodymyr-leskiv
Copy link

Thanks!

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