Submitted almost 2 years ago
Responsive Design, SASS, JavaScript, Semantic HTML
@victrralvss
Design comparison
SolutionDesign
Community feedback
- @PeeroDembaPosted almost 2 years ago
Was this how you put the numbers inside the radio button?
input[type=radio]+label:nth-of-type(1)::before{ content: "1"; } input[type=radio]+label:nth-of-type(2)::before{ content: "2"; } input[type=radio]+label:nth-of-type(3)::before{ content: "3"; } input[type=radio]+label:nth-of-type(4)::before{ content: "4"; } input[type=radio]+label:nth-of-type(5)::before{ content: "5"; }
0@victrralvssPosted almost 2 years ago@PeeroDemba Yes! It has been a few days since I've done this challenge, but I remember struggling with my self with a way of make it as the desing but still using the radio buttons, and came up with this., I tought it could be more semantic. But I am starting my studies in Frontend, so I don't know if it was a good implementation, I'm open to listen!
1@PeeroDembaPosted almost 2 years ago@victrralvss I totally loved it...Infact i copied your code from Git to fully grasp
I completed this project yesterday but i used normal buttons You could check out mine too
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