responsive landing using CSS grid

Solution retrospective
Quite new in coding, i tried my best to produce produce the same specs but my column length is not good. your suggestions and feedback would really help me to improve.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @mec94
Try with span 2 value for grid-column & grid-row to make it easier for you. But first adjust your content, it's too stretched, excess of padding, and fonts too big. Use relative values when possible, like em & rem for - fonts, padding, margins - instead of pixels. I recommend you Kevin Powell's video. Introduction about grid. One of the best CSS teachers you can find on YT. https://www.youtube.com/watch?v=rg7Fvvl3taU
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