Progressive framework for HTML & CSS that empowers you to code web pages with blazing fast speed.
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>
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>
Have your web pages being displayed with pre-defined borders for a better and improved debugging process of your stylesheets.
<body class="debug">..</body>
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>