CSS Flexbox

When setting element's display to flexbox:
display: flexbox;

Defaults flex-direction to row (as compared to column).

Comments

Popular posts from this blog

Code Wars: String incrementer

Code Wars: Find the odd int

Udemy JS Algorithms & Data Structures Masterclass- Section 6 Exercise 8 (1st try)