Learn Intermediate CSS by Building a Cat Painting - Step 22

Tell us what’s happening:

Learn Intermediate CSS by Building a Cat Painting - Step 22

Hello Guys, I have a problem on step 22:
error: “Don’t forget to add a semi-colon”.
this is my code:

Someone can help me to solve this task. thanks a lot.

Your code so far

/* User Editable Region */

.cat-right-hear{
height: 100px;
width: 100px;
background-color: white;
border-left: 35px solid blue;
border-right: 35px solid blue;
border-top: 35px solid red;
border-bottom: 35px solid red;
}

/* User Editable Region */


### Your browser information:

User Agent is: <code>Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15</code>

### Challenge Information:
Learn Intermediate CSS by Building a Cat Painting - Step 22
https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-intermediate-css-by-building-a-cat-painting/step-22

If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge. This button only appears if you have tried to submit an answer at least three times.

The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.

1 Like

I solved the issue: wrong type: “.cat-right-hear”, its .cat-right-ear.

thanks.