Center all elements in a div but the text are justified in css – SEO
This is my attempt but the div wrapper doesn't center the content div. I have a div containing ang box shape with another div with texts. .wrapper { position:absolute; left: 50%; } .content { width:90%; text-align:justify; left: -50%; display: inline-block;…