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