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

banner
Close banner
0 points
Submitted by Maninsnow
over 10 years

Oops, try again! Did you remember to set the color of the paragraphs inside divs to #CC0000?

p{ color: #00E5EE; }

p div{ color: #CCOOOO; }

*{ border: 5px solid #3A5FCD; }

Answer 5250846e80ff335bcc00a047

7 votes

Permalink

p{ color:#00e5ee; } div p{ color:#cc0000; } *{ border:2px dashed #3a5fcd; }

points
Submitted by henry aminga
over 10 years

2 comments

Shree about 10 years

great It Is working.

Budagavi Chandra about 9 years

Thanks ….. It’s Working………

Answer 52443f43f10c6013080038d8

0 votes

Permalink

p div{
  color: #CCOOOO;
}

You wrote that the color must be apply on a div inside p tags and the instructions asks the reverse.

And replace your O by zero 0 !

points
Submitted by Clarisse
over 10 years

Answer 52459bfe548c356003001318

0 votes

Permalink

reverse div and p to change the last three paragraphs red

points
Submitted by Bobby Nation
over 10 years

Answer 52d2bbf0631fe97fd1003b30

0 votes

Permalink

Thank you for the help.

points
Submitted by Aaronthetechguy
over 10 years

Answer 535ec2af80ff334c940002c7

0 votes

Permalink

p {
color: #00E5EE;

}

div p { color: #CC0000; }

  • { border: 2px solid #3A5FCD; }

What`s wrong guys?

points
Submitted by dvoscev
almost 10 years

Answer 5421d3af7c82ca490500037f

0 votes

Permalink

why is this not working, anyone?

I get the following message ‘’Oops, try again. Did you remember to set the color of the paragraphs inside divs to #CC0000?’’

p { color: #00E5EE;

div p { color: #CC0000; }

  • { border: 2px solid red border-color:#3A5FCD: 2px; }
points
Submitted by Adam Ripon
over 9 years

Answer 5421d496631fe9c4f800039c

0 votes

Permalink

Ah got it guys, thanks:

p { color: #00E5EE; }

div p { color: #CC0000; }

  • { border:2px dashed #3A5FCD; }
points
Submitted by Adam Ripon
over 9 years

Answer 5524fab086f552fc3f00032b

0 votes

Permalink

p{ color: #00E5EE; } div p{ color:#CC0000; }

*{ border: 5px solid #3A5FCD; }

points
Submitted by Budagavi Chandra
about 9 years