Skip to content

Instantly share code, notes, and snippets.

@mantismamita
Created December 11, 2019 07:58
Show Gist options
  • Save mantismamita/e3943dd0c2b7f592cfcd9ce4b904ec70 to your computer and use it in GitHub Desktop.
Save mantismamita/e3943dd0c2b7f592cfcd9ce4b904ec70 to your computer and use it in GitHub Desktop.
.hidden-all {
display: none;
}
.hidden-visually {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0,0,0,0);
white-space: nowrap;
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment