Horje
css odd even child Code Example
css odd even child
tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
Source: www.w3.org
select even child css
li:nth-child(even) { /* Selects only even elements */
    color: green;   
}
select odd child css
li:nth-child(odd) { /* Selects only odd elements */
    color: green;   
}




Css

Related
stick footer to bottom Code Example stick footer to bottom Code Example
place item center in css using grid Code Example place item center in css using grid Code Example
stop selection css Code Example stop selection css Code Example
pair impaire css Code Example pair impaire css Code Example
repeat autofill css grid minmax Code Example repeat autofill css grid minmax Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11