Skip to content

DevSKolb/FLOWStrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLOWStrap

Intro

FLOWStrap is a light grid pattern with a 12 column structure. FLOWStrap is not a framework with forms, buttons or controls. FLOWStrap help developers of controlled responsive layouts for websites and applications to build for mobile phones, tablets or web. To accomodate for mobile and tablet devices, the grid will essentially stack all columns, one above another, when viewed on smaller screens.

Instructions

Start, you have to decide which is to have their application or website base grid. Draw your mockup spp than previously on. All you have to do is, within the row and col statement with the broad span set, they must come down into total to 12 columns. as an example, a 3-column layout to build, you need the following code:

<div class="row">
  <div class="col span-4">
  </div>
  <div class="col span-4">
  </div>
  <div class="col span-4">
  </div>
</div>

Push-Classes

To push a column to the right, you can use the push-X in Precent (%) classes:

<div class="row">
  <div class="col span-6 push-20">
  </div>
  <div class="col span-6 push-30">
  </div>
</div>

Preview

To see the grid in action jump on over to the Simple Grid example page.

Copyright & License

Copyright (C) 2015 Silvan Kolb - Released under the MIT License.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

FLOWStrap - CSS responsive twelve column grid system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published