Uncaught.css

A modern responsive front-end framework based on Flexbox
Lightweight

Lightweight (~11KB Zip Archive)

Responsive

Designed for mobile first

Modern

Based on Flexbox

Free

Open source on github

Simple Grid System

More concise syntax. The Class names are short and easy to remember. You don't have to struggle with remembering the names, just add the row class and then the number of columns you want.

one
two
three
Easy to customize

To overide default styles you don't need to add the !important rule.

Simply set your own rule in your main css file.

    
    .btn.primary{
        background: #00B5AD;
        border: 1px solid #00B5AD;
    }
    
 
Before Overview
After
No JavaScript required

With Uncaught.css there is no need to load an extra js file. For components like modal, toggle Navbar etc. that requires JavaScript to function, their code snippet are included in the docs so you just copy the code instead. Which makes it is very easy to integrate in any JS environment.

The Fontawesome 4.7.0 library is already included in the uncaught.css file, but you can always upgrade it to that latest version, or use any other icon library if you want.

Get started