filmov
tv
12. Basic Styles and setting up the columns - Responsive CSS Tutorial

Показать описание
Remember, to create columns, on the parent, in this case div class="columns", we want to declare display: flex. This turns the children into flex-items, which instead of stacking on top of each other will suddenly become columns, going one next to the other.