Ian Hickson p { color: green; } p:first-letter { background: red; color: yellow; font-size: 4em; } p::first-letter { background: red; color: yellow; font-size: 4em; }


This line should be green.