Basic CSS lesson bug

The program is not picking up the colors correctly.
The code and everything else is correct but it seems that it cannot recognize the color I have CORRECTLY placed into the code.

It looks like you are using an extension that changes your colors to a dark mode. This disrupts the test suite.

I can’t see an error in your code but the lesson may be asking you to do it in one line. Rather than having the 3 separate lines for the border try putting them in this format border: WIDTH STYLE COLOR; e.g. border: 1px solid red;

Jeremy is right. If you use a browser extension that changes the colors of web pages, then the colors won’t be correct for the tests.

If you want to use a dark mode for freeCodeCamp, there is one built in. You can select it on your profile settings page.

1 Like