Skip to content

Instantly share code, notes, and snippets.

@iamnnort
Last active December 27, 2019 12:53
Show Gist options
  • Save iamnnort/92f14232c5767606ffc726084b2c2dc1 to your computer and use it in GitHub Desktop.
Save iamnnort/92f14232c5767606ffc726084b2c2dc1 to your computer and use it in GitHub Desktop.
CSS: Hide element
.visually-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