Summary component solution by Tomasz Zawadzki
Design comparison
Solution retrospective
I've had some problems with the right section of project (this on a white background). I feel that my code here is far from beeing optimal at this section, I hope I ll get some tips from you. In css files I made comment that shows where the ''right'' section is. However I did this task pretty 1:1 so I'm proud of me about this aspect.
Community feedback
- @9CB5Posted over 1 year ago
Nice solution! My only advice would be to step away from using tables for page layouts as they come with many downsides (e.g. poor accessibility, hard to maintain, slower to load, etc.). You should instead use flexbox (or grid) for this, and if you don't know this topic yet then that would be the next step.
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