CSS 2.1 gave us 4 layout modes: block, inline, table and positioned. ‘Flexbox’ will work in addition to those. If you’re into responsive web design this should interest you as the contents of a flex container can have their display order reversed or rearranged within your CSS file. In other words, it doesn’t matter what […]