Created
August 1, 2017 11:09
-
-
Save Farmatique/7b4c27aeb0590cb71f3948004425ca5a to your computer and use it in GitHub Desktop.
Change list 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{ | |
| list-style: none; | |
| list-style-position: inside; | |
| } | |
| ul li:before{ | |
| display: inline-block; | |
| content: "•"; | |
| width: 5px; | |
| height: auto; | |
| margin-right: 7px; | |
| line-height: 14px; | |
| font-size: 18px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment