Skip to content

Instantly share code, notes, and snippets.

@weboverhauls
Last active April 1, 2020 17:49
Show Gist options
  • Save weboverhauls/68dc56b82c429b243743cd579755d598 to your computer and use it in GitHub Desktop.
Save weboverhauls/68dc56b82c429b243743cd579755d598 to your computer and use it in GitHub Desktop.
.visually-hide {
position: absolute !important;
clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
clip: rect(1px, 1px, 1px, 1px) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
padding: 0 !important;
border: 0 !important;
height: 1px !important;
width: 1px !important;
white-space: nowrap !important;
overflow: hidden !important;
}
@weboverhauls
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment