souvikmaity / somersault

A light weight CSS framework to speed up development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgur

Somersault

Somersault is a CSS flex box layout for developing responsive interfaces and UI kits.

Why it's awesome

Somersault provides a minimal setup for fast responsive web design.Only 1kb! Specially designed for better & faster performance and higher productivity. Responsive development couldn't get any easier. Hope you enjoy!

Getting Started

You can get Somersault by: Download the latest release of Somersault. Clone this repo to get all source & compiled files

Usage

Somersault uses a 12 column flex box layout. Simply, set up your html file in the below format:

<body>
  <div class="flex-wrapper">
    <div class="flex-grid"></div>
  </div>
<body>

Inside the <div> with flex-grid class you can have your responsive classes.

Contributing

Finding bugs, sending pull requests or improving our docs - any contribution is welcome and highly appreciated.

Browser Support

Chrome Firefox Edge IE Safari Opera
Latest ✔ Latest ✔ Latest ✔ 11+ ✔ 9.1+ ✔ Latest ✔

About

A light weight CSS framework to speed up development

License:MIT License


Languages

Language:CSS 85.5%Language:HTML 14.5%