Heres’ the assessment, my code and a live example.
Any advice is always welcome.
Heres’ the assessment, my code and a live example.
Any advice is always welcome.
Greart job as usual
Here are some comments:
grid-row
of item2
should be 2 / 4
. Your value adds another gap at the end because of a newly added empty row.grid-template-areas
. It doesn’t matter that the second column is 2fr
wide.Well done!
Cheers,
Michael
Thank you @mikoMK! I’ve already updated my code!
For the aditional question on Task 2, I used the property order: 1;
from the Flexbox Lesson.
Congrats! Both changes are correct and you perfectly solved the additional question