Submitted almost 3 years ago
todoapp using react, bootstrap and a little bit of styled-components
@bhonePyae99
Design comparison
SolutionDesign
Solution retrospective
i don't know how to do rounded checkboxs with gradiant background
Community feedback
- @denieldenPosted almost 3 years ago
Hello bhonePyae99, it's very simple... try to associate the css to the inputs to create the rounding and the gradient, for example:
border-radius: 100%; background: linear-gradient (# e66465, # 9198e5);
Marked as helpful1@bhonePyae99Posted almost 3 years agoHello Deniel Den, thank you for your tip. I really appreciate that.
0@denieldenPosted almost 3 years ago@bhonePyae99 you are welcome :) Let me know if you can solve!
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