| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| style.css | 2014-04-08 | 21.6 kB | |
| normalize.css | 2014-04-08 | 7.6 kB | |
| font-awesome.min.css | 2014-04-08 | 17.8 kB | |
| font-awesome.css | 2014-04-08 | 21.7 kB | |
| Totals: 4 Items | 68.7 kB | 0 | |
Cute Template
About
Cute Template is a responsive grid system full of features to help designers and developers get started with their responsive layout. Visit https://sourceforge.net/projects/freecuteresponsivetemplate/ for more details.
Features
-
12 Columns
-
Fully Responsive
-
Mobile First
-
Nestable
-
Fluid
-
Easy column manipulation
-
and much more
Browser Support
Works on Chrome, Safari, Firefox, Opera, IE9+. If you need Cute grids to work in IE8 then this is possible with using respond.js polyfill for Media queries and REM-unit-polyfill for rem untis .
Getting Started
Link to your stylesheet
<link rel="stylesheet" href="css/cutegrids.css">
Structure layout as example below
<div class="row">
<div class="cute-6-tablet">
content here....
</div>
<div class="cute-6-tablet">
content here....
</div>
</div>