Created
July 22, 2020 15:25
-
-
Save doceazedo/17d10436152feba2ebd2e79bc3e09d7d to your computer and use it in GitHub Desktop.
CSS: Reset unordered lists style
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
| ul, | |
| ul li { | |
| margin: 0; | |
| padding: 0; | |
| text-indent: 0; | |
| list-style-type: none; | |
| } |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trick to remove the
::markerpseudo element: