Code HTML & CSS faster.

Progressive framework for HTML & CSS that empowers you to code web pages with blazing fast speed.

Don't repeat Good to have classes that you can use anywhere.

Make use of the DRY (Don't Repeat Yourself) principle and start coding web pages at blazingly fast speed with these useful classes.

<p class="nomarginbottom">The margin-bottom disabled</p>
<p class="noborderright">The border-right disabled</p>
<p class="nopaddingleft">The padding-left disabled</p>
<p class="nomargintop">The margin-top disabled</p>

Grids An easy and customizable grid system for your layouts.

Get up to 6 column containers that are adaptable to your custom layouts and uses an intuitive structure for a much faster coding.

<div class="c2 clearfix">
<div class="c21">The first column</div>
<div class="c22">The second column</div>
</div>

Debug Simplify the HTML/CSS debugging process of your pages.

Have your web pages being displayed with pre-defined borders for a better and improved debugging process of your stylesheets.

<body class="debug">..</body>

Automate Insert sprites of buttons, icons or arrows automatically in your pages.

You will only need to insert your image dimensions and background positions, while the framework does the rest right from the start.

<a class="ico ico-facebook">Facebook</a>