Design comparison
SolutionDesign
Solution retrospective
Hi there! I'm Aulia 👋 this is my solution for Order Summary Card.
Any feedback would be really appreciated.
Thank you 😀✌
Community feedback
- @reza-sjdnPosted over 1 year ago
Hey @powreze,
I looked at your solution's code and figured out it's really perfect. You're great.
But maybe I could give you some small advises.
- If you'd increased the distance between
annual plan
and$59.99/year
it would've been better. additionally, if you setline-height: 1.5;
for content paragraph, it would look neater. - For limiting your content box from around, try to handle content width, like instead of
width: 100%;
usewidth: 85%;
. This way you don't need to decrease padding for smaller medias and preventing overflow of price box content!
Anyway I'd love your code! GOOD LOCK!
Marked as helpful0@powrezePosted over 1 year agohey @reza-sjdn,
-
I've been struggle with that part too, I can't set the
annual plan
and$59.99/year
equal with the music icon. Now I know how to make it better. -
Oh I just know something like that could be work. Okay then, I would try it later.
Anyway, Thank you for your feedback 🙏
1 - If you'd increased the distance between
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