Responsively Style Radio Buttons-open

Hello !
I need your help with this one because I don’t understand what is the problem :s

The message I get is : “Make sure each of your div elements has a closing tag.”
=> every one of my div element is close so … if anyone know the answer it will be wonderful !

Count your opening and closing tags. Make sure that there are matching pairs and make sure that you are closing them in the same order.

<!-- This would be wrong -->
<thingOne>
    some stuff
    <thingTwo>
        some stuff
    </thingOne>
</thingTwo>

Thank you for your answeeeerrrrr :slight_smile: !