A repo for assorted CSS examples. https://portsoc.github.io/css-layout/
- ex0 - set background colour using a custom property.
- ex1 - add second custom property for colour
- ex2 - using custom properties for sizing
- ex3 - custom properties with media queries
- ex4 - custom properties and cascade specificity
- ex5 - example of more complex properties
- ex0 - No grid, default layout.
- ex1 - Add a 3x2 grid, paragraphs layout automatically.
- ex2 - As above but
repeat(3, 1fr)
- ex3 - Add height to grid, grid entries share the space.
- ex4 - Whole-page control using grid and a grid-area.
- ex5 - Using more grid-areas