Hi there,
Here is my solution for task 4. I’m looking forward to your assessment. Thanks in advance:)
Hi there,
Here is my solution for task 4. I’m looking forward to your assessment. Thanks in advance:)
Hi @mrJo and welcome to the community
Well done. Your Flexbox and Grid code is correct.
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