SitePoint
Reference
CSS
Selector Reference
Pseudo-classes
:first-child
CSS Live Demo: :first-child
(this page)
See also:
All Live Demos
CSS Live Demo: :first-child
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
li:first-child { color:#0b0; font-size:larger; } li { color:#f60; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<ul> <li>Inflatable palm trees</li> <li>Straws and swizzle sticks</li> <li>Pineapples</li> </ul>
Show me!
Your results appear here: