freeCodeCamp.org

I’ve completed building a Cat Painting a while back …now I am getting this : Your .cat-right-ear selector not should have a height property.

Please assist …

Please show your code

.cat-right-ear {
  height: 0;
  width: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 35px solid transparent;
  border-bottom: 70px solid #5e5e5e;
}

I’ve also provided a link above

I’m not sure you read the instructions, it says

Clean up your review code by removing the .cat-right-ear selector and all of its properties.

You did not do that at all if that is your code

If I do that I get …’ You should have a .cat-left-ear selector.’

that’s the second part of the step, continue following the instructions

1 Like

Thanks a lot …issue sorted :pray:t5:

1 Like

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