1 2 3 4 5 6
/* Source: http://www.w3.org/Style/CSS/Test/CSS3/Selectors/current/html/tests/css3-modsel-179a.html */ p { color: green; } p:first-line { background: red; color: yellow; font-size: 4em; } p::first-line { background: red; color: yellow; font-size: 4em; }