Freecodecamp: Your form element should have the background-color of green.

Created on 3 Sep 2015  ยท  18Comments  ยท  Source: freeCodeCamp/freeCodeCamp

Challenge http://freecodecamp.com/challenges/waypoint-use-an-id-attribute-to-style-an-element has an issue. Please describe how to reproduce it, and include links to screenshots if possible.

Most helpful comment

the most important thing is to read what is ask, not about to copy and past, clear example this exercise
show you this *#cat-photo-element {
background-color: green;
*

but is asking you to do give the FORM... here is
#cat-photo-FORM {
background-color: green;
}

READ FIRST AND THEN WORK :)

All 18 comments

#cat-photo-element {
background-color: green;
}

all is good but the issue is
Your form element should have the background-color of green.
I think that it's no good!

@Dmytro Yarmak
Right
thank's!

2015-09-03 10:28 GMT+03:00 Dmytro Yarmak [email protected]:

Hello,
Your code is an example of using ID selector to add background:

cat-photo-element {

background-color: green;
}

The solution for this challange is doing the same but with different ID
like:

cat-photo-form {

background-color: green;
}

โ€”
Reply to this email directly or view it on GitHub
https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3013#issuecomment-137359557
.

ื“"ืจ ืžืฉื” ืœื•ื™
ืจื•ืคื ืคืกื™ื›ื™ืื˜ืจ
ืžื ื”ืœ ื™ื—ื™ื“ืช ื˜ื™ืคื•ืœ ื™ื•ื ื—ื™ื‘"ื”

@navyvel Apologies, you've probably got wrong Dmytro. You need @dmytroyarmak

@navyvel if your problem is solved feel free to close this issue, thanks!

ok

2015-09-03 14:56 GMT+03:00 Arsen Melikyan [email protected]:

@navyvel https://github.com/navyvel if your problem is solved feel free
to close this issue, thanks!

โ€”
Reply to this email directly or view it on GitHub
https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3013#issuecomment-137416523
.

ื“"ืจ ืžืฉื” ืœื•ื™
ืจื•ืคื ืคืกื™ื›ื™ืื˜ืจ
ืžื ื”ืœ ื™ื—ื™ื“ืช ื˜ื™ืคื•ืœ ื™ื•ื ื—ื™ื‘"ื”

Hi! please check the snapshot. I have followed the instructions correct, but it still shows the error: "Your form element should have the background-color of green".
codecamp_44

@saatishq It looks like you copied and pasted from the sidebar, which contains thin-space characters that invalidate your CSS markup. Try deleting that #cat-photo-form CSS declaration and typing it yourself.

Thanks and happy coding!

Can I get a shot of the form element section?

I have sorted the issue out. Thanks :)

On Mon, Mar 7, 2016 at 1:32 AM, Flyfisher57 [email protected]
wrote:

Can I get a shot of the form element section?

โ€”
Reply to this email directly or view it on GitHub
https://github.com/FreeCodeCamp/FreeCodeCamp/issues/3013#issuecomment-193008723
.

I don't know if this is the right place to ask or not, but why is it, when the code is placed at the top, it works but when placed at the bottom of the style section, it errors?

I am running into the same issue. I have typed in on top, did not resolve the issue. please help.

@Francesqua it work ,thanks dear.

@saatishq can u please give the screenshot of the assignment which has been done completly

@iqu440 the issues area is not for discussing solutions to the coding challenges. Please ask for help in the help chat room

the most important thing is to read what is ask, not about to copy and past, clear example this exercise
show you this *#cat-photo-element {
background-color: green;
*

but is asking you to do give the FORM... here is
#cat-photo-FORM {
background-color: green;
}

READ FIRST AND THEN WORK :)

All in the details thanks for the help

diegsoto6, thanks for making me see that. I can't believe I didn't notice after looking at it for so long.

thanks s

Was this page helpful?
0 / 5 - 0 ratings

Related issues

QuincyLarson picture QuincyLarson  ยท  3Comments

danielonodje picture danielonodje  ยท  3Comments

raisedadead picture raisedadead  ยท  3Comments

robwelan picture robwelan  ยท  3Comments

kokushozero picture kokushozero  ยท  3Comments