
IceCream is a dead simple and lightweight CSS/LESS framework for creating a responsive grid layout with ease.
Basic Usage:
Include icecream-grid.min.css in the head section of your page.
<link href="css/icecream-grid.min.css" rel="stylesheet" />
Sample grid code
<div class="i-container">
<div class="i-g">
<div class="i-4">i-4</div>
<div class="i-8">i-8</div>
</div>
</div>That’s it.







