Design comparison
Solution retrospective
The outlay I was able to achieve.
What challenges did you encounter, and how did you overcome them?Working with tables, list to achieve what was required.
Community feedback
- @starberriesPosted 2 months ago
Hi @maina-yusuf, great work on the challenge! If you're open to a suggestion, one thing I could recommend would be allowing the content to be wider on larger screens for more comfortable reading. A couple common ways to do that would be with the
max-width
property which would let a container or element shrink to fit smaller screens but expand up to the specified width on larger screens, or using a media query which can be used to update properties on elements under specified conditions (such as the screen size of the user's device).Looking great so far, keep up the great work!
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