Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 287 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 287 Bytes

web-grid-exam

A simple example of creation of a simple system grid like bootstrap.

The principal characteristics is the creations for cells with 'calc' function fo CSS:

.t3-col-grid .grid-item {
    width: calc((100% - 20px * 3) / 3);

Design 3 columns