Skip to content

Instantly share code, notes, and snippets.

@vocino
Last active December 28, 2015 06:39
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 vocino/7458366 to your computer and use it in GitHub Desktop.
Save vocino/7458366 to your computer and use it in GitHub Desktop.
A Pen by Travis Vocino.
<h1>
The Title of This Post is <span class="no-child">No Child Left Behind</span>
</h1>

No Child Left Behind

Having the last word of your titles wrap looks bad. Add a simple nowrap class to give your type some class.

A Pen by Travis Vocino on CodePen.

License.

// No Child Left Behind
.no-child {
white-space: nowrap;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment