Design comparison
SolutionDesign
Community feedback
- @correlucasPosted over 2 years ago
👾Hello Võ Đức Lợi, congratulations for your solution!
Your component is really good, but not that the text content is cropping when the container scales down, this is due the property
overflow: hidden
consider not using that for the container, just for the image header.See the code below:
.Order-summary-component { margin: auto; width: 450px; height: 700px; border-radius: 15px; background-color: white; overflow: hidden; }
Hope it helps and happy coding!
Marked as helpful0@newbie236Posted over 2 years ago@correlucas Thank so much for your advice. I will fix it to improve that project.
0
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