Design comparison
Solution retrospective
I think my rate buttons aren't exactly a complete circle? How can I do that?
Community feedback
- @visualdennissPosted over 1 year ago
Hi,
it is related to the paddings u have used, so you need to tweak the values of paddings (top/bottom - left/right) this value seemed good to me: padding: 1rem 1.25rem; so try this one.
Hope you find this feedback helpful!
Marked as helpful1 - @EzefranQPosted over 1 year ago
Set Width: 50px, Height: 50px, and border-radius 50%. Wid and Hei must have the same px, to border-radius can work. Sorry for my english, its bad, ye.
0 - @barryhannaPosted over 1 year ago
You could also put a
height
andwidth
on the buttons (or one of those with anaspect-ratio: 1
) and usedisplay: grid
andplace-content: center
to put the digit in the centre.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