Learn Intermediate CSS by Building a Picasso Painting - Step 80

Tell us what’s happening:
The task is : Select the id with value guitar-left, and set the position to absolute and the left to 0px.
I typed the code below:
#guitar-left {
position: absolute;
left: 0px;
}
Getting error ( You should create a new #guitar-left selector.)
I cant see anythng wrong with code- please help me see what I am missing!
Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

 #guitar-left {
  position: absolute;
  left: 0px;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:108.0) Gecko/20100101 Firefox/108.0

Challenge: Learn Intermediate CSS by Building a Picasso Painting - Step 80

Link to the challenge:

Please follow this instruction.
Or reset the step and try again. (I suspect you have an error somewhere else in the code but I can’t tell until you follow the instruction to copy all the code first so we can see it)

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