Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted

    Flexbox design,

    • HTML
    • CSS
    • JS

    0


    Something challenging for me was to use a selector with .has to change the color of the div container when the radio button was checked.

    .circle__container:has(input[type="radio"]:checked) { background: hsl(25, 97%, 53%); color: hsl(0, 0%, 100%); }

    I am not sure about the size of the card component; maybe you can help me with some recommendations for that.