@AtanasovCode
Posted
Hi, looks like you did a great job!
From my observations I can see that you have a few styling issues:
- Your card is not correctly centered, you can also try and fix the sizing of the card because it looks like yours is a bit larger then the original design.
- The rating buttons, you can try and make their background into a perfect circle because now they are a bit thinner on top and look more oval shaped.
- Add
cursor: pointer
when someone hovers over the submit button and the rating buttons.
Hope some of my feedback helped, I did the exact same challenge and you can go see mine and give me some feedback too :)
Marked as helpful
@fyrfli
Posted
@AtanasovCode I actually accidentally discovered how using grids can center the components on the page vertically so I updated that.
I actually forgot about the pointer. I will update that ASAP.
And ... ah yes ... I see that the rating buttons are more oval than circular. Fixing that now too.
Thanks so much for your feedback!