Skip to content

Instantly share code, notes, and snippets.

@timwright12
Created August 17, 2017 17:29
Show Gist options
  • Save timwright12/a08f1091169c5f542c5b114ed5304a94 to your computer and use it in GitHub Desktop.
Save timwright12/a08f1091169c5f542c5b114ed5304a94 to your computer and use it in GitHub Desktop.
Visually Hidden
.visually-hidden {
border: 0;
clip-path: inset(50%);
display: inline-block;
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
width: 1px;
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment