Tell us what’s happening:
The tutorial won’t take my class selector, even if coppy-paste it from the answer. What am I doing wrong ?
Your code so far
.cat-whisker-right-middle {
position: absolute;
top: 127px;
left: 109px;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Challenge Information:
Learn Intermediate CSS by Building a Cat Painting - Step 79
ilenia
2
can you please show more of your css file please?
I found the problem when copying the code. Here’s where it didn’t work: a . before the answer field.
.cat-whisker-right-top {
position: absolute;
top: 120px;
left: 109px;
transform: rotate(-10deg);
}
.
.cat-whisker-right-middle {
position: absolute;
top: 127px;
left: 109px;
}
Problem solved!
system
Closed
4
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.