Learn Basic CSS by Building a Cafe Menu - Step 69

I cannot tell what i am doing wrong, it tells me to set border-color to brown. but when i do it is telling me it is incorrect.

hr {
height: 3px;
background-color: brown;
border-color: brown;
}

Welcome to the forum @ythomp09

Your code passes.
Reset the step and try again. If that doesn’t work, refresh the page, disable dark mode, disable ad blockers. Or, use another browser.
If the above steps do not work, you may need to restart the computer.

Happy coding

1 Like

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