blob: ed465fe93b6d2b72556d805dd963eade7257866b (
plain)
1
2
3
4
5
|
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-166a.html */
p::first-letter { background-color: red; }
p:first-letter { background-color: lime; }
|