Learn Intermediate CSS by Building a Picasso Painting - Step 42

It’s saying my code doesnt pass. The hint it gives me is " Your #black-hat selector should have a border-right-color property set to transparent"

My #black-hat selector in this project:

#black-hat {
width: 0;
height: 0;
border-style: solid;
border-width: 150px 0 0 300px;
border-top-color: transparent;
border-right-color: transparent;
border-bottom-color: transparent;
border-right: rgb(45, 31, 19)

I just realized i typed in the wrong word at the bottom

So, nevermind, thank you :slightly_smiling_face: