Stuck at attr=value can someone tell me what i am doing wrong

https://learn.freecodecamp.org/responsive-web-design/basic-css/use-attribute-selectors-to-style-elements/

where to put which code plzz help i am new

1 Like

[type=“checkbox”] {
margin-top:10px;
margin-bottom:15px;
}

Make sure you put this code in between style tag.

1 Like

i put that code in style tag… now what should i do next… what should i add after that

it worked thanks very much