Layout-Grid-Type

Layout-grid-type in CSS.

Syntax (layout-grid-type : values;)
  • layout-grid-type
  • Values: loose | fixed | strict
Example:

.class_name{layout-grid-type : strict;}

0 comments