Grid Assessment - Task 4

Hi there,

Here is my solution for task 4. I’m looking forward to your assessment. Thanks in advance:)

Grid - Taks 4

Hi @mrJo and welcome to the community :wave:

Well done. Your Flexbox and Grid code is correct. :tada:

I also see that you made some other changes which turned out nice. One thing I want to mention: It’s risky to just use vh for the font. When someone looks at this page on mobile in landscape orientation, the text becomes very small:

If you want to use viewport units it feels more natural to use vw and you would need some lower and upper bound:

I hope that helps!
Have a nice day,
Michael

1 Like