freeCodeCamp.org STEP 82 LATE NIGHT SPECIAL

alright guys, i deleted all my previous border-left elements as asked in the lesson but the new border-left shorthand isn’t working for me. Any advice would be greatly appreciated. Here’s my code in the meantime.

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

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

I am receiving an error here

The width style color was just used for the example.
You don’t need to include that in your code.
The 10px solid black is meant to represent the width style color.

once I fix that, then the test passes

1 Like

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