Skip to content

Instantly share code, notes, and snippets.

@mksddn
Last active November 11, 2023 20:50
Show Gist options
  • Save mksddn/1f6535d7b9dfe72e69a2c850434623c7 to your computer and use it in GitHub Desktop.
Save mksddn/1f6535d7b9dfe72e69a2c850434623c7 to your computer and use it in GitHub Desktop.
Visually hidden element via 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;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment