how to center the div inside flex wrap code example
Example: how center content in css by using flex
display: flex;
width: 60%;
justify-content: center;
margin: 0 auto;
display: flex;
width: 60%;
justify-content: center;
margin: 0 auto;