Skip to content

Instantly share code, notes, and snippets.

@IgorGavrilenko
Last active September 23, 2016 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IgorGavrilenko/1fc8f037cfbaa0e60932 to your computer and use it in GitHub Desktop.
Save IgorGavrilenko/1fc8f037cfbaa0e60932 to your computer and use it in GitHub Desktop.
uniform list item v1
ul {
text-align: justify;
}
ul li {
display: inline-block;
}
ul:after {
width: 100%;
height: 0px;
visibility: hidden;
overflow: hidden;
content: '';
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment