Learn Intermediate CSS by Building a Picasso Painting - Step 86

Tell us what’s happening:
It tells me I " should create a .eyes selector"
I did but it doesn’t go through. I copied the .eyes out of the hint and that didn’t go through either.

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.

.eyes{
  width: 35px;
  height: 20px;
  background-color: #8B4513;
  border-radius: 20px 50%;
}

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

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

Link to the challenge:

To begin with, make sure you leave a space here before the brace {

edit: your code worked for me when I tried it as-is.
I suggest you either restart the step and paste the solution code back in from here or consider using another browser (I use Chrome with minimal extensions installed as some extensions are known to interfere with fCC tests)

1 Like

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