Last active
January 23, 2019 18:39
-
-
Save dobernike/1c89cec44129658a0e1d431201834fa9 to your computer and use it in GitHub Desktop.
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
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| a { | |
| text-decoration: none; | |
| } | |
| img { | |
| max-width: 100%; | |
| height: auto; | |
| } | |
| .visually-hidden:not(:focus):not(:active), | |
| input[type="checkbox"].visually-hidden, | |
| input[type="radio"].visually-hidden { | |
| 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