Skip to content

Instantly share code, notes, and snippets.

@domosedov
Created September 7, 2018 09:55
Show Gist options
  • Save domosedov/980f5b0de865f7f753bcdbcaa834cfd0 to your computer and use it in GitHub Desktop.
Save domosedov/980f5b0de865f7f753bcdbcaa834cfd0 to your computer and use it in GitHub Desktop.
Альтернатива для list-style-image
li {
margin: 0;
padding: 10px 0 10px 20px;
list-style: none;
background-image: url();
background-repeat: no-repeat;
background-position: left center;
background-size: 20px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment