I found the solution how to break line on white space between words in this solution which is very helpful: Break line on white space between words
.test{
text-align:center;
}
h1{
word-spacing:9999px;
}
<div class="test">
<h1>split this</h1>
</div>
However, can do I change the font size in css after break the line??? example below: Example