Skip to content

Instantly share code, notes, and snippets.

@anatooly
Last active August 12, 2019 11:49
Show Gist options
  • Save anatooly/f43f4f22926ece8b048d7e09947dd47e to your computer and use it in GitHub Desktop.
Save anatooly/f43f4f22926ece8b048d7e09947dd47e to your computer and use it in GitHub Desktop.
[hidden] {
display: none;
}
.visually-hidden {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px);
padding:0 !important;
border:0 !important;
height: 1px !important;
width: 1px !important;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment