blob: af6c66bd8aa8d761c904a615b2591b87e8e8369b (
plain)
1
2
3
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-39a.html */
p:first-letter { color: lime; font-size: xx-large; }
p:before { color: red; content: 'T'; }
|