Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css style nth child beyond certain number

li:nth-child(n+6) {
    color: green;   
}
Source by css-tricks.com #
 
PREVIOUS NEXT
Tagged: #css #style #nth #child #number
ADD COMMENT
Topic
Name
5+8 =