Design comparison
Solution retrospective
Hi everyone. This is the solution about Interactive-Component.Please be generous to review it . I wish all you best...
Community feedback
- @danielmrz-devPosted 12 months ago
Hey, Mehmet!
Your project looks nice and it's working as it should.
Here's one tip to make it even better:
About that
<div class=""d-flex gap-3"</div>
, I noticed that the numbers are not centered, there's a little space on the right side.You can solve that using:
display: flex; justify-content: space-between;
You can also use
space-around
orspace-evenly
. It will give yourdiv
a similar effect.I hope it helps!
Marked as helpful0@morcicekPosted 12 months ago@danielmrz-dev yeah now I have just realized thank you for your comment I'll fix it later
1 - @oyindamoladekeyePosted 12 months ago
The color theme used for the thank you page to show the range that the user submitted is not bold enough
select{ background:hsl(216,28%,43%); } Use the above to make it look better
Marked as helpful0@morcicekPosted 12 months ago@oyindamoladekeye thank you for your comment I will do it.
0 - @Sapayev1005Posted 12 months ago
how to do your project's javascript, i couldn't do it please help me
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