CSS3: How to use flex properties? – Part 1
Parent flex container properties display flex-direction flex-wrap flex-flow 1. display { display: flex | inline-flex } "display" defines a flex container; when you specify "display" value to "flex" it consider as block container and if you specify "display" value to "inline-flex" it consider as inline-block container. - See usage and the differences shown in the below examples. display: flex CSS [crayon-69c24eb45dd38991568292/] HTML [crayon-69c24eb45dd3e270199806/] In
Read more