HTML and CSS

Solution retrospective
I'm just a beginner, I tried my best making it more responsive if I can get a guide on how I could improve more I will appreciate.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @SeyideHundeyin
try using CSS grid for this challenge. it makes it way easier!
- @grace-snow
Hi Shileex,
You need this in your head to make this work at different viewports and resolutions:
<meta name="viewport" content="width=device-width, initial-scale=1.0">
It looks like you're missing part of that at the moment.
Hope that helps
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