Skip to content

Instantly share code, notes, and snippets.

@MetroWind
Last active March 2, 2016 16:27
Show Gist options
  • Save MetroWind/419886ac696e2c946aad to your computer and use it in GitHub Desktop.
Save MetroWind/419886ac696e2c946aad to your computer and use it in GitHub Desktop.
Text justification with CSS
p, li
{
text-align: justify;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment