| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| fonts | 2014-04-08 | ||
| css | 2014-04-08 | ||
| README.md | 2014-04-08 | 928 Bytes | |
| favicon.png | 2014-04-08 | 657 Bytes | |
| index.html | 2014-04-08 | 3.4 kB | |
| Totals: 5 Items | 5.0 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>