[type= “checkbox”] {
margin: 10px 0px 15px 0px;
}
This is my code for the challenge of using the type attribute selector to change the margin size of an element. But I keep getting the error message that the top margin needs to be 10px and the bottom 15px. Is this not the correct code for this task?
DISREGAURD