Skip to content

A cross-browser, fluid width CSS grid framework that doesn't hide pixels in margins!

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
license-gpl
MIT
license-mit
Notifications You must be signed in to change notification settings

kflorence/flurid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flurid – The Fluid CSS Grid Framework

<div class="flurid">
  <div class="row">
    <div class="column width_1/2">
      <p>Left column, 50% width</p>
    </div>
    <div class="column width_1/2 last">
      <p>Right column, 50% width</p>
    </div>
  </div>
</div>

Flurid is a cross-browser fluid width grid system optimized for flexibility (fluidity) and one of the only fluid width grid systems to work in Internet Explorer versions 5.0 and newer1 without hiding pixels in margins. Like any grid system, the basic purpose is to break the page into a series of rows and columns, giving the designer an easy, rational way to organize and present content to the user.

1 See known bugs and caveats

Resources

License

Flurid is dual licensed under the MIT and GPL licenses.

About

A cross-browser, fluid width CSS grid framework that doesn't hide pixels in margins!

Resources

License

GPL-3.0, MIT licenses found

Licenses found

GPL-3.0
license-gpl
MIT
license-mit

Stars

Watchers

Forks

Packages

No packages published

Languages