Flexbox works best for one-dimensional alignment, Grid for rows and columns, and container queries for components that adapt to the space they receive.
CSS
Modern CSS Layout: Grid, Flexbox, and Container Queries
Choose the right CSS layout tool and build components that respond to their available space.