Design comparison
SolutionDesign
Solution retrospective
Any Suggestions for Improvement ?
Community feedback
- @danielmrz-devPosted 12 months ago
Your project looks great, my friend!
The only improvement I'd suggest is to give your card items a slightly bigger gap between them. Other than that, it's great!
Hope it helps!
0@vedant027Posted 12 months ago@danielmrz-dev Thankyou for the suggestion. Do you mean by increasing the length of the container... a slight bigger is what u mean to say?
1@danielmrz-devPosted 12 months ago@vedant027 I mean a vertical gap between the title, the text, numbers and the submit button.
You can do that like this:
.container { display: flex; flex-direction: column; gap: 15px; }
By doing that, your
star image
may grow, but if you set awidth: 20px
, it comes back to normal.:)
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