Can anyone please tell me what is wrong with this: it requests to set the margin
property to 10px auto
in the .marker
CSS rule, I did it correcty but my code doesn’t pass
.marker {margin: 10px auto;
width: 200px;
height: 25px;
background-color: red;
margin: auto;
}