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

banner
Close banner
0 points
Submitted by Angelica Aburchett
almost 11 years

Multiple selectors 5.2

I have the correct 30px however, all codes I try for the Div div p{ is not passing. I am needing to know what or why it is not passing. I tried all browsers and I just can not seem to get the code to work.

Answer 51b89f12631fe9028e000f30

1 vote

Permalink

Please post an example of your code. It helps us determine what you’re missing.

points
Submitted by Zach Taiji
almost 11 years

Answer 51da98e68c1ccc26dc048f54

1 vote

Permalink

This works,

li p{ font-size:30px; } Actually In html code only one div given..And also we want change only inside list tag paragraph.

points
Submitted by neeraja
almost 11 years

1 comments

陈碧璇 over 10 years

Thank you so much!

Answer 51b8adc8282ae380c6001fd5

0 votes

Permalink

Give the paragraphs inside the list item tags a font size of 30px. Remember how to reach selectors nested inside others? If you have a paragraph inside a div that’s inside another div, you can get to it like this:

div div p { /Some CSS/ }

ME…… div div p{ font-size:30px }

“Oops, try again! It looks like you changed the font size of the paragraph outside the list by accident!”

(sad face) It can be something simple I bet.

points
Submitted by Angelica Aburchett
almost 11 years

1 comments

Isaac Osei Owusu-Ansah almost 11 years

its just div ul p{ font-size:30px; }

Answer 527d097880ff330cb6003fa2

-1 votes

Permalink

no

points
Submitted by William Taylor
over 10 years

Answer 51f21c987c82ca4bc300166f

-2 votes

Permalink

yeah, the answer above is right! Thanks very much.

points
Submitted by missmei
over 10 years