Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am proud to have used more semantic HTML and focused more on structuring the HTML as well as finding a more faster loading replacement for media query with tag.
What challenges did you encounter, and how did you overcome them?I did not know how to get picture half and text half to be the same size. I managed to match them with equal max-width.
What specific areas of your project would you like help with?I want to know how to keep image half and text half the same width better as it is tricky to get it right.
Community feedback
- @roidzuhPosted 5 months ago
You can use grid, by setting "grid-template-columns: repeat(2, 300px)".
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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