Skip to content

Instantly share code, notes, and snippets.

@bepatrickdavid
Created July 8, 2015 07:10
Show Gist options
  • Save bepatrickdavid/5b3612713c4ffa0613c3 to your computer and use it in GitHub Desktop.
Save bepatrickdavid/5b3612713c4ffa0613c3 to your computer and use it in GitHub Desktop.
CSS: allineamento liste indentazione seconda terza riga
/* 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