how to center a content on your div section 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;