-
-
Save haosmos/30df06414896e7db99d01130e4f348c5 to your computer and use it in GitHub Desktop.
Hiding Content for Accessibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| position: absolute; | |
| width: 1px; | |
| height: 1px; | |
| margin: -1px; | |
| border: 0; | |
| padding: 0; | |
| white-space: nowrap; | |
| clip-path: inset(100%); | |
| 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