Design comparison
SolutionDesign
Solution retrospective
Hi there, I’m Sae and this is my solution for this challenge👋
Any feedback on how I can improve code, especially the right summary section, are more than welcome!
Thank you.
Community feedback
- @9CB5Posted over 1 year ago
Great solution. There's not much to improve on, but if we're going to nitpick:
- The "summary" header is in line with the list if you look at the design. Simply adjust your margin on your
li
tomargin: 8px 10px 18px 0px;
to get them in line. - Avoid using percentages for your border radius, otherwise you get a weird pointy/curvy corner.
- Increase the
border-radius
on the button for a more pill shape look. - Implement the mobile design.
Hope this helps. Happy coding :)
0@SaeM843Posted over 1 year agoHi @9CB5, Thank you very much for the feedbacks! It is now updated:)
0 - The "summary" header is in line with the list if you look at the design. Simply adjust your margin on your
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