Skip to content

Instantly share code, notes, and snippets.

@liximomo
Created October 15, 2016 00:48
Show Gist options
  • Save liximomo/73f8f6c6a79f198170797c4bb60f58c9 to your computer and use it in GitHub Desktop.
Save liximomo/73f8f6c6a79f198170797c4bb60f58c9 to your computer and use it in GitHub Desktop.
accessible css utlis
.visually-hidden {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
overflow: hidden;
height: 1px;
width: 1px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment