position container div center page code example
Example 1: center a div in css
.container {
display: flex;
justify-content: center;
align-items: center;
}
Example 2: css main container align center
margin: 0 auto;
.container {
display: flex;
justify-content: center;
align-items: center;
}
margin: 0 auto;