Simple and Lightweight Responsive Grid System – IceCream

Category: CSS & CSS3 , Frameworks , Layout | January 12, 2014
Author:html5-ninja
Views Total:1,201 views
Official Page:Go to website
Last Update:January 12, 2014
License:WTFPL

Preview:

Simple and Lightweight Responsive Grid System – IceCream

Description:

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.

You Might Be Interested In:


Leave a Reply