dannysmith / dannyis-jekyll

0 stars 0 forks source link

Change full-bleed article layout to use CSS Grid #88

Open dannysmith opened 1 year ago

dannysmith commented 1 year ago

This article demonstrates how to use CSS Grid to produce a centered column with the option for full-bleed or part-bleed images.

This approach would reduce the amount of CSS I need to achieve this, and also drastically simplify the mental model needed to understand how it all works.

Plus it's a modern approach which will help me to learn CSS grid.