Design comparison
Solution retrospective
I am most proud of the face that I was able to finish this very fast and was very comfortable doing it.
What challenges did you encounter, and how did you overcome them?One of the challenges that I encountered but was laster solved was that I didn't know how to upload the picture in the website but then I figured it out and it was quite exciting.
What specific areas of your project would you like help with?I would like help with the media queries as I am still not aware of how they work.
Community feedback
- @slackwareePosted 6 months ago
Great work! Instead of using media queries to change the size of the boxes, you can set their
width
to100%
(or any other value). This way, the boxes will always fit the width of their parent container - negating the use of media queries.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