how to center a div having display flex code example
Example: center div css flex
section {
width: 200px;
border: 1px solid #2d2d2d;
display: flex;
justify-content: center;
}
section {
width: 200px;
border: 1px solid #2d2d2d;
display: flex;
justify-content: center;
}