...

/

Solution: Horizontal Centering with margin: auto

Solution: Horizontal Centering with margin: auto

Let’s learn to horizontally center a fixed-width .box inside a 600px container using margin: auto in CSS.

Problem description

The container has a fixed width of 600px and contains a child element .box ...