Class 04 Reading Notes - Ginsusamurai/seattle-301d58 GitHub Wiki

Grid-Garden

  • grids make the layout fairly easy to deal with grid-template is great, if a bit long-form, once your work your head around it.
  • fr can define the grid area as much as you want by doing proportional settings
  • grid-template: <list row heights> / <list column widths>

reference

Bookmark