Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css nth child

:nth-child(3) { //the number is the child number you are targeting
	//styles here 
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #nth #child
ADD COMMENT
Topic
Name
2+8 =