CF Banded is a font-end which allows to easily style websites visibly divided in horizontal colored bands.
The code for production is found in lib
. Link to:
cf-banded.css
andcf-banded.js
for the human-readable files orcf-banded.min.css
andcf-banded.min.js
for the minified files.
You see how it looks like by cloning this repository, running npm install
(first install node if you didn't yet) and grunt
and opening examples/test.html
in your browser.