Skip to content

Instantly share code, notes, and snippets.

@termitkin
Created September 22, 2019 11:39
Show Gist options
  • Save termitkin/7f9ee277b2bc65d11f3614f63c2771a2 to your computer and use it in GitHub Desktop.
Save termitkin/7f9ee277b2bc65d11f3614f63c2771a2 to your computer and use it in GitHub Desktop.
[CSS] Visually hidden
.visually-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment