8000 GitHub - joaom182/responsive-grid-system: Responsive Grid System
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

joaom182/responsive-grid-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Responsive Grid System - RGS

This grid system was based on the Twitter Bootstrap 3 - Grid System, HOWEVER, it is not "mobile first" to ensure support for older browsers that do not support CSS Media Queries AND is flexibly is based on 10 and 12 columns, depending on the measures you choose your layout.

##Example using 10 colums based

<div class="row-10">
  <div class="col-md-3-3"></div>
  <div class="col-md-3-3"></div>
  <div class="col-md-3-3"></div>
</div>

Note that three columns with col-md-3-3 represents 33.3% each.

About

Responsive Grid System

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0