how to manage display flex and block in css code example
Example: flex box css
.container {
flex-direction: row | row-reverse | column | column-reverse;
}
.container {
flex-direction: row | row-reverse | column | column-reverse;
}