Skip to content

Instantly share code, notes, and snippets.

@mtbossa
Created February 2, 2022 11:24
Show Gist options
  • Save mtbossa/486e611100964b46d2eedea171d0538c to your computer and use it in GitHub Desktop.
Save mtbossa/486e611100964b46d2eedea171d0538c to your computer and use it in GitHub Desktop.
CSS tricks
/* For hidding labels */
.sr-only {
position: absolute;
height: 1px;
width: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip-path: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment