reading-notes

Reading notes for Code Fellows!


Project maintained by William-Moreno Hosted on GitHub Pages — Theme by mattgraham

Resoponsive Web Design and Regular Expressions


CSS Grid

CSS grid has made creating two dimensional layouts easier. It allows us to arrange elements in multiple colums and rows. CSS grid gives us control the minimum and maximum widths of grid ‘cells’. This makes it possible to exert control of their aspect ratio as the size of the viewport changes.

Grid Properties

Parent Properties

Children Properties

Back to Main