Skip to content

Instantly share code, notes, and snippets.

@EgorPopovPP
Created July 10, 2019 08:01
Show Gist options
  • Save EgorPopovPP/81d0512c0ec5f9ab460c2b0175c52f37 to your computer and use it in GitHub Desktop.
Save EgorPopovPP/81d0512c0ec5f9ab460c2b0175c52f37 to your computer and use it in GitHub Desktop.
CSS: Visually hidden
.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