Not sure why this isn't working....Step 86 Markers

In the .red CSS rule, add the box-shadow property with the values 5px for offsetX , 5px for offsetY , and red for color .

.red {
  background: linear-gradient(rgb(122, 74, 14), rgb(245, 62, 113), rgb(162, 27, 27));
  box-shadow: 5px, 5px, red; 
}

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 (’).

Any help on the original question?

What problems are you having with it?

It’s not going through, keeps saying the code does not pass

you need to remove the commas, that should work.

1 Like

thank’s dude, helped a lot :smiley:

1 Like

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