Skip to content

Instantly share code, notes, and snippets.

@Ciberusps
Created February 19, 2019 13:41
Show Gist options
  • Save Ciberusps/23e16a87ae1511be749d5000decd9780 to your computer and use it in GitHub Desktop.
Save Ciberusps/23e16a87ae1511be749d5000decd9780 to your computer and use it in GitHub Desktop.
CSS tricks
.vissually-hidden {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment