Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS grid (steps (define template (columns (explicit (definition for…
CSS grid
steps
-
- define grid items in markdown
-
-
-
-
fitting items
-
Browser, figure out, how many items can fit and add them!
-
-
-
naming
column name
-
e.g. grid-template-rows: [content-top] repeat(10, auto) [content-bottom];
-