xxxxxxxxxx
h1{
font-size:128px;
max-width:550px
}
<h1>Think.Make.Solve </h1>
The max-width property will not work if the content has no spacing. So in this example
I know that Think.Make takes up the 550px width but the rest will overflow since the no
spacing. So I'll just do this and it will work as I want it to
<h1>Think.Make. Solve </h1>