Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
i am proud of being able to do responsive web design and what i would do different is i will focus more on the display grid
What challenges did you encounter, and how did you overcome them?i could not align the image beside the text or the description , i was able to add a media query and i adjusted the container display to be a grid
What specific areas of your project would you like help with?@media (min-width: 600px) { .container { display: grid; grid-template-columns: 1fr 1fr; }
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