Skip to content

joshuapekera/Toast

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Toast Framework

The Toast framework is a super simple CSS framework with a reset, a grid, and type styles. IE8+.

To learn more, go to http://daneden.me/toast

How to use

Using Toast is easy. First, link to toast.css in your HTML document's head:

<link rel="stylesheet" href="toast/toast.css">

Then, to use the grid, you'll need a wrap and a grids container.

<div class="wrap">
  <div class="grids">
    <div class="grid-two-thirds">

    </div>
    <div class="grid-4">

    </div>
  </div>
</div>

##License Toast is licensed under the ☺ license. (http://licence.visualidiot.com/)

About

A reset. A grid. Type styles. That's it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published