Responsive Design, SASS, JavaScript, Semantic HTML

Please log in to post a comment
Log in with GitHubCommunity feedback
- @PeeroDemba
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"; }
Join 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