Skip to content

hizmarck/web-grid-exam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published