I don’t know what I’m doing wrong, but I can’t seem to get past Step 61. Help, please!
If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It 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.
We can’t help without you posting the code and a link to the challenge so we can review the step.
Continuing the discussion from Stuck on Step 61 on Building a Set of Colored Markers:
Try not to create any more new topics for this challenge. Just respond back to this topic when you want to add or update the information you posted.
You still need to show us your code. Use a code block and post your code inside it when you respond here.
```
code here
```
My code is:
.green {
background: (180deg, #55680D)
}
And the hint given to me shows that the way I did it is right. I don’t know what else to do.
okay i see. Well there is at least one mistake that I notice right away.
The instructions say:
Use the
linear-gradient
function and setgradientDirection
to180deg
.
Do you think that your code is using the linear-gradient function right now?
I got it. YOU ROCK! I don’t know what happened, but I did the same thing that gave me the wrong answer yesterday, and it came back wrong, but it worked now.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.