반응형
Gridlex: Flexbox grid system
Gridlex is a simple flexbox grid system. There are three different ways to use it: the basic way where you add a class; the precise, cell-by-cell way; or the automatic, where you just tell it how many cells you want in the grid.
Homepage: http://gridlex.devlint.fr/
Gridlex
Just a Flexbox Grid System
v. 2.0.5
The concept is simple: you need to wrap your .col
in a .grid
.
What can we expect?
- Basically each column is the same width as every other cell in the grid.
- But you can add sizing classes to individual columns.
- For responsive designs, you can add classes based on media-queries.
- Top, bottom, or middle. For the grid. And for the columns.
- Grids can be nested. Always. Directly in a column.
Less, Sass, CSS?
I just wanna use it in my page!
To use Gridlex out of the box, call the gridlex.css or gridlex.min.css file in your project :
.
반응형
'프로그래밍 > Style & Design' 카테고리의 다른 글
모바일 - 반응형 웹 (0) | 2016.02.19 |
---|---|
[CSS3] Responsive CSS3 slider without Javascript (0) | 2016.01.25 |
[CSS] CSSketch: Add CSS support to Sketch 3 (0) | 2015.11.25 |
[CSS] Sass, Compass (0) | 2015.11.09 |
Neutron: A Sass framework for semantic website layouts (0) | 2015.10.20 |