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