Latest comments
- @ramachandran-varadaraju@jameswhatley
Hi, great job on this challenge! One improvement that could be made is to centre the grid section in the middle of the page.
An easy way to do this would be to set the height of the body to 100vh and then use flexbox to centre the component horizontally and vertically (using justify-content and align-items).
Marked as helpful - @estherlardze@jameswhatley
Good Job! I noticed the header wasn't aligned correctly. Make sure to use text-align: center on the heading, to align it to the center of its parent.