Bulma is a CSS framework, as such, the sole output is a single CSS file. You can either use that file, "out of the box", or download the Sass source files to customize the variables.…
Flexbox is a new set of rules for positioning child elements within a parent element. You can think of it as a way of predictably laying out items within a container. Flexbox CSS is awesome,…
Based on Flexbox (CSS Flexible Box Layout Module), Gridlex is a very simple css grid system to quickly create modern layouts and submodules. The concept is simple: you need to wrap your .col in a…
This is not another CSS framework. Instead, the purpose of this site is to showcase problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox. And with the recent…