Landing page using flexbox and grid

Solution retrospective
Need suggestions on how to make the last section fit the length of the grid.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Samuel-501
Have you tried putting that section in a seperate pseudo class and out of the grid of the others and manupilating the text so it has a height similar to the one on the other side
Marked as helpful - @Basselfathy
Hi Ademuyiwa👋🏻
I see that you tried to make use of
flex
to complete this challenge, it could be done with it but it will be more complicated.I recommend you watching this Kevin Powell Grid tutorial, he is coding the same challenge using
grid
; would be a great help to improve your code and overcome the challenges you are facing.And good job so far👏🏻
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord