This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by wingsscrub
over 9 years

Confusion over code in 1/23

I’m fairly convinced that my code is correct, given the question, but I keep getting the following, “Oops, try again. Did you remember to set the

So it wants you to change the background color of the body using CSS to C6E2FF. Your CSS is blank. I have written the following.

body { background-color: C6E2FF; }

How is this incorrect? I’m genuinely confused. Thanks so much for the help.

Answer 54180b47282ae3b807003055

1 vote

Permalink

You forget the # before your color code.

points
over 9 years

3 comments

wingsscrub over 9 years

Pfft. Thank you. I feel kinda silly.

Don’t worry, everyone has to start somewhere!

JordanRoddis over 9 years

lol

Answer 54585a7c631fe99a8b00153c

1 vote

Permalink

put the color in this way #C6E2FF

points
Submitted by Tobias Páez
over 9 years