CSS Flexbox: The Complete Guide
Master flexible layouts with Vue.js and Nuxt.js
Interactive Flexbox Playground
Item 1
Item 2
Item 3
Item 4
.container {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
gap: 1rem;
}