@Haico-Paulussen
Posted
Hey Nick,
First off, great solution! I see you used CSS Grid, I'm a big fan of that.
There are some minor fixes possible to take it to the next level:
-
Even though you use the
grid-gap
correctly there still are some inconsistencies in your margins. Try to set the margin on thep
to 0. This way the grid only uses the gap you set on the grid. -
Your
h1
is a little bit off from the design. You could fix this to make it even more alike!
Hope this helps and good luck with your next challenges!