Skip to content

Instantly share code, notes, and snippets.

@miguel-perez
Last active December 27, 2015 19:59
Show Gist options
  • Save miguel-perez/7381672 to your computer and use it in GitHub Desktop.
Save miguel-perez/7381672 to your computer and use it in GitHub Desktop.
Breaking up long pieces of text with html and css

Breaking up long pieces of text

Questions? Hit me up: @Tayokoart

<p>Joyería Superextraordi<wbr/>na­rísimamente Bonitas</p>
<p>Joyería Superextraordi&shy;na­rísimamente Bonitas</p>
.class {
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment