Skip to content

Super-light weight Container Markups less than 2KB.

License

Notifications You must be signed in to change notification settings

misterzik/GridzyXS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text

Grid like a bear with Gridzy.

Light-weight CSS Grid less than 3KB's

Install

  • Download CSS file from src (gridzy.min.css)
  • Include it into your project <link rel="stylesheet" href="src/css/gxs.min.css">

Usage

  • Range of Columns from 1 to 12.
  • Use the HTML markup to get the columns started.
  • Create a 1 Column, Single Row
<div class="gxs-row">
    <div class="col-3">
      This is Column 3
    </div>
</div>
  • Create a 3 Column, Single Row
<div class="gxs-row">
    <div class="col-3">
      This is Column 3
    </div>

    <div class="col-3">
      This is Column 3
    </div>

    <div class="col-3">
      This is Column 3
    </div>
</div>

About

Super-light weight Container Markups less than 2KB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages