Learn CSS Colors by Building a Set of Colored Markers - Step 15

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;
}

you have 2 margin properties within the .marker selector. take the top one out and try editing the bottom one with the 10px auto detail instructed.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.