Use attribute selector [type="radio"]problem

Hi, I’m having problem with test completion . I just can’t see the mistake in here. I have selected [type=“radio”], set the margins for top/bottom. It works - but does not let me complete the test. Can anyone see what I can’t? Thank you in advance.

.red-text { color: red; }

h2 {
font-family: Lobster, monospace;
}

p {
font-size: 16px;
font-family: monospace;
}

.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}

.smaller-image {
width: 100px;
}

.silver-background {
background-color: silver;
}

[type=‘radio’] {
margin: 10px 0px 15px 0px;
}

CatPhotoApp

Click here to view more cat photos.

A cute orange cat lying on its back.

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor
Loving Lazy Energetic
Submit
1 Like

Hello there should be a ask for help button on that page. If you use those steps it will give us the correct information to help you out e.g direct link to the exercise.

if you are still on it, change the type from ‘radio’ to ‘checkbox’

1 Like

I have solved it my-self. Sorry for interrupting.

no problem :grinning: