- Code: Select all
<p id="top">
<p>my color is here</p>
</p>
CSS code:
- Code: Select all
#top p {
color:green;
}
But actually, the above para "my color is here" doesn't change color. Can anyone help me? thanks a lot.
Moderators: macek, egami, gesf
<p id="top">
<p>my color is here</p>
</p>
#top p {
color:green;
}


Users browsing this forum: No registered users and 1 guest