Created
July 8, 2015 07:10
-
-
Save bepatrickdavid/5b3612713c4ffa0613c3 to your computer and use it in GitHub Desktop.
CSS: allineamento liste indentazione seconda terza riga
This file contains 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
/* example */ | |
ul li{ | |
list-style:none; | |
text-indent: -1.5em; | |
padding-left: 3em; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment