Holy Grid

Your Mission

Use only the style.css file to make the page look like the goal in assets/goal.png.

Your Tools

The folowing CSS properties are the only ones you'll need.

  • display
  • grid-template-columns
  • grid-template-rows
  • grid-template-areas
  • grid-area

You could certainly use others if you wish!

Additional Reading

CSS Tricks' excellent CSS Grid guide.