Layout

Forget about grid systems. They had their moment back there, but in a responsive world, believe me: You don't need them. They are over complicated. First.css offers a super simple layout system built on top of CSS Flexbox. It is meant for evergreen browsers , but we got a fallback* to help the lazy ones.

We use a custom set of elements and attributes to define the layout. It works quite like a component built on React (or a directive on Angular). But using nothing more than CSS. How beautiful is that?

*. Not yet. Work in progress.


Based on a previous version of Polymer, by Google.