Better text wrapping using text-wrap

The text-wrap property allows you to control how text is wrapped

* {
  text-wrap: pretty;
}
h1,h2,h3,h4,h5,h6 {
  text-wrap: balance;
  /* it works well with text-align: center */
}
 From Better text wrapping using text-wrap

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.