Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Last active March 12, 2020 07:32
Show Gist options
  • Save Manyaka/8b24a85c5f668b5ba713bb01a68a9743 to your computer and use it in GitHub Desktop.
Save Manyaka/8b24a85c5f668b5ba713bb01a68a9743 to your computer and use it in GitHub Desktop.
visually-hidden
.visually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
border: 0 none;
clip-path: inset(100%);
/* clip: rect(0 0 0 0); устаревшее */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment