You must log in or register to comment.
It’s easy, just use @media and padding to the left side of the div to put it in the centre for each screen size.
div { margin: auto; }
It’s easy, just use @media and padding to the left side of the div to put it in the centre for each screen size.
div {
margin: auto;
}