Submitted over 1 year ago
interactive rating component with react and css
@Mistie-rious
Design comparison
SolutionDesign
Solution retrospective
for some reason my buttons have outlines, not sure why also the react router dom isn't needed, I realized that later
Community feedback
- @mseidel819Posted over 1 year ago
the
<button/>
component comes with a border by default. To get rid of it, in your css file, you can add:button { border:none; }
Or you can add the
border:none
to both your.circles
and.submit
classes. I'd pick the first option because it's less code.Marked as helpful0
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