doctorChuckles
Programmer
Hi,
I'm fuzzy on pseudo-classes.
I've gotten this far:
p:first-letter
{
color: green;
font-size:xx-large
}
However, this applies to all text on the page. How do I restrict the first-letter specification to the the text in one div?
Thanks,
Tim
I'm fuzzy on pseudo-classes.
I've gotten this far:
p:first-letter
{
color: green;
font-size:xx-large
}
However, this applies to all text on the page. How do I restrict the first-letter specification to the the text in one div?
Thanks,
Tim