I am at step 112 , here are the instructions:
" Give the sky
class a radial-gradient
. Use #ffcf33
from 0%
to 20%
, #ffff66
at 21%
, and #bbeeff
at 100%
. This will add circular gradient to the background that will be your sun."
Here is my code:
.sky {
background: radial-gradient (
#ffcf33 0%,
#ffcf33 20%,
#ffff66 21%,
#bbeeff 100%
);
The error message says " You should give .sky
a radial-gradient
in the background
property.". WTF?! I DID!!! Literally the same way I did every other gradient in this course. I don’t see the error, I’ve tried everything. Please help!
User Agent is: OPR/85.0.4341.75
Challenge: Step 112
Link to the challenge: