Applied Visual Design: Create a Gradual CSS Linear Gradient the colors won't show up

According to the video, I did everything correctly, and the colors won’t show up. HELP

Welcome at the “spot the typo” game!

You have a typo, check that all words are written correctly

[Applied Visual Design: Create a Gradual CSS Linear Gradient] console

Which typo did you fix?
Seeing your actual code is easier than trying to read the screenshots.

I do see a typo in your code. Your second background color choice is not a valid hex color. (It’s missing a symbol that would identify it as such.)

Edit: I didn’t realize you posted the same thing in a thread with a different title. Both have the same typo. You can keep things like this in the same thread since they’re related.

You could have answered in the other thread… you have not finished finding typos

I see at least 2

If you posted your code I could have quoted them to you - I can’t do it in a screenshot

fixed second typo.

Please, post your code - not a screenshot. Loading a screenshot for me requires minutes

But if you have fixed only one you have not finished

div{ border-radius: 20px; width: 70%; height: 400px; margin: 50px auto; background: linar-gradient(35deg, #CCFFFF, #FFCCCC); }

check back on challenge description