This should be easy, but what am I doing wrong on this challenge?
[type="checkboxes"] { margin: 10px 0px 15px 0px; }There’s no checkboxes
.
input[type='checkbox'] {
...
}
This should be easy, but what am I doing wrong on this challenge?
[type="checkboxes"] { margin: 10px 0px 15px 0px; }There’s no checkboxes
.
input[type='checkbox'] {
...
}