Create Pinterest-like boards with pure CSS, in less than 1kB.
The default view of the Boardz.
Stretched version of the example above. By just adding the class fitted
to the div
of the Boardz element, such as <div class="boardz fitted">
, the Boardz object justifies the columns vertically,
making the whole board looking more like a rectangle.
Boardz can be used with images as well. Below is an example Boardz that mixes image and text cells.
Boardz is highly customizable. In order to demonstrate this, a simple `beautiful` mode is included in the library.
By just adding the class beautiful
to the main Boardz wrapper, e.g. <div class="boardz beautiful">
,
the following board can be achieved.