Learn-css-transforms-by-building-a-penguin/step-8

I am not being able to solve this one. Any help would be appreciated.
Did you guys tried it out.
Is it a bug ?

The exercise link

1 Like

would you mind sharing the actual code (instead of a screenshot) so we can test it in our browsers?

yeah sure… the exercise link is above posted

Here is how to write code into the forum so users can test it on their ends

When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

thank you jwilkins for guiding me on that.
can you kindly help me on the above problem as well.
i am stuck right now.

I was able to pass on my end.

Just eye balling your code it looks correct but it would help to test it on my end to be sure.

Please write your code directly into the forum.

sorry for that. the code was simple so i thought of posting along with error as whole picture.
posting my code asap

.ground {
  width: 100vw;
  height: 400px;
  background: linear-gradient(90deg, rgb(88, 175, 236), rgb(182, 255, 255));
}

The code you have shared works on my end. Please ensure that you have disabled any extensions that interface with the freeCodeCamp website (such as Dark Mode and Ad Blocker), and set your browser zoom level to 100%. Both of these factors can cause tests to fail erroneously.

let me clear my cache and cookies and test again.

hey jwilkins… it did not pass.

my code

.ground {
  width: 100vw;
  height: 400px;
  background: linear-gradient(90deg, rgb(88, 175, 236), rgb(182, 255, 255));
}

The error

:heavy_multiplication_x: Keep trying. A quick hint for you:

You should give .ground a background of linear-gradient(90deg, rgb(88, 175, 236), rgb(182, 255, 255)) .

I tested your code again and it passes on my end

So the issue is on your end.

Have you tried other browsers?

I am using google chrome without extensions.

Huh… How is this possible!!
I am using firefox , 0 extensions , zoom level 100%
lemme try

i only have firefox…

You could move onto the next lesson since you did get it correct.
But let me test it on firefox and check.

but i want that certificate also

Practice projects don’t count towards the certificate.
Only the 5 certification projects do.
You are free to move onto the next lesson.

I just tested it with firefox and for some reason this lesson doesn’t pass for me either but it does on chrome.
I will also test it on other browsers before opening up an issue on github.

1 Like

Hi, I am also using firefox and had the same issue this morning. Weirdly I was able to pass the test with this (wrong) line:

background: linear-gradient(45deg, rgb(118, 201, 255), rgb(247, 255, 222));

It uses the colors from a previous step…

3 Likes

Thank you for helping me till very late night. You are very helpful :+1:

1 Like

And at the very end we were about to end this… god sent us fsilf :pray:

Hi @fsilf !

Welcome to the forum!

That is weird.
But I will create an issue on github and go from there.

Thanks!

2 Likes