Design comparison
Solution retrospective
Hi!, I accept constructive opinions to improve.
Community feedback
- @dwhensonPosted over 2 years ago
Hey @sandlerz nice job here! The page looks good!
In order to make the site more responsive, I would suggest a few things:
-
I think it's best to avoid setting fixed widths unless really essential. For example, on your
titleheader
and the following paragraph I think the site works better without the fixed widths you have added. If you want to constrain the width better to usemax-width
as this allows the blocks to shrink if the need to. -
If you are going to use flexbox for this challenge, I would suggest switching the flex direction to column at narrow viewports. At the moment we run into some issues as narrow viewports because the main section gets too wide and we start to loose some of the nice design. If you can I would actually suggest using grid for this challenge as it's easier.
Otherwise, great job on this one. Those top borders are not easy!!
Cheers š
Dave
1 -
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