Best practice to center the wrapper

Hello guys, 

I would like to center my text in a full width section.The thing is, I don't want that a section of the text takes all the screen width.
There are two options: 
- CSS:  width : 70%; 
- Adding three wrapper : let say one 1/6 the central one 1/3 and the last one 1/6. I can do it also with Placeholder to fill the blank and center my my wrapper. But  it is not so good with the responsive.

Is there a better way to do this ? 

Comments

Sign In or Register to comment.