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)