|
Posted by Dan Marino on 10/15/06 09:25
hi everyone
at the moment, i use these classes in my stylesheet
..name {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 52px;
color: #DCCCAB;
}
..name:first-letter {
color: #5C5543;
}
so the first letter of my paragraph is in #5C5543 color, and the rest of
the paragraph in DCCCAB color. ok.
is there any way to tell my CSS not "write the first letter of this
paragraph in a different color" but "write the first letter OF ALL THE
WORDS of this paragraph in a different color"?
thanks in advance
d.
Navigation:
[Reply to this message]
|