CSS grid introduction
A very quick introduction to CSS Grid. (A method for responsive web design) Define a wrapper div (<div class=”wrapper”>) Within the wrapper div place the item div’s (<div id=”box1″>1</div>) CSS for the grid. Define the column widths (grid-template-columns) and row hights (grid-template-rows) CSS for the items. Define the column start (grid-column-start) and end (grid-column-end) numbers […]