Learn css colors by building a set of markers step 81

Hello great people :smiling_face:
I can’t seem to find the problem with the my code🤔 I need some advice

The instructions:

Your border should be visible now. If no color is set, black is used by default.But to make your code more readable, it’s better to set the border color explicitly.In the .sleeve CSS rule, add the border-left-color property with the value black.

My code:

.sleeve {
width: 110px;
height: 25px;
background-color: rgba(255, 255, 255, 0.5);
border-left-width: 10px;
border-left-style: solid;
border-left-color: black;
}

Welcome to the forum @DNA971

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.

For next time, use the following method to post code to the forum:

  1. On a separate line type three back ticks.
  2. On a separate line paste your code.
  3. On the last line type three back ticks. Here is a single back tick `

Happy coding

Thanks so much Sir…
You advise worked now I’m back on track :blush:
Appreciate you alot :+1:

1 Like

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