/bio/skills/blog/math

Flexbox

First of all, this tutorial is pretty dope. Here are some pointers:

  • Learn the difference between, main and cross axes. (flex-direction)
  • Remember which properties work on which axis. (align-items, justify-content)

According to can i use, flexbox works for all evergreen browsers except IE (although it has limited implementation on everygreen versions of IE). So, everything from Edge to Opera is good. We should start using flexbox. Older versions of safari will need vendor prefixes.

2025 Stefano De Vuono