Center each line of text inside div - each line of text inside span

Is there a way to center each line of text inside div. Each line is inside span and if i give each span 50% width it gets centered but not the way I want.
This is the link https://jsfiddle.net/xvz8g9hn/

For example I want “LOOK” to move little more than it already is

You can assign “text-align:center” to the paragraph to center the text.

FYI:
https://css-tricks.com/the-difference-between-nth-child-and-nth-of-type/

Thanks

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.