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.
<h1> | |
The Title of This Post is <span class="no-child">No Child Left Behind</span> | |
</h1> |
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.
// No Child Left Behind | |
.no-child { | |
white-space: nowrap; | |
} |