SitePoint
Reference
CSS
Selector Reference
Pseudo-classes
CSS3 Pseudo-classes
:nth-last-of-type(N)
CSS Live Demo: :nth-last-of-type(N)
(this page)
See also:
All Live Demos
CSS Live Demo: :nth-last-of-type(N)
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
div>p:nth-last-of-type(4) { color:#00f; font-style:italic; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<div> <p>How many roads must a man walk down,</p> <p>Before you call him a man?</p> <p>Yes, 'n' how many seas must a white dove sail,</p> <p>Before she rests on the sand?</p> <p>The answer, my friend, is blowin' in the wind.</p> </div>
Show me!
Your results appear here: