Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css odd even child

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
Comment

select even child css

li:nth-child(even) { /* Selects only even elements */
    color: green;   
}
Comment

select odd child css

li:nth-child(odd) { /* Selects only odd elements */
    color: green;   
}
Comment

PREVIOUS NEXT
Code Example
Css :: input area bootstrap highlight 
Css :: auto margin in css 
Css :: bootstrap-start 
Css :: text change animation css 
Css :: css overflow-y not working 
Css :: css blur image without blur borders 
Css :: how to change border height in css 
Css :: add drop shadow css 
Css :: css image hover 
Css :: center absolute suedo element 
Css :: css stripes 
Css :: after icon css 
Css :: input type (submit, button, reset) css 
Css :: linux remove files except 
Css :: css cursor delete 
Css :: sass mixin 
Css :: webkit box shadow not working 
Css :: css hover change another element 
Css :: corona.html:61 Uncaught ReferenceError: $ is not defined 
Css :: postcss plugin 
Css :: crystal background css 
Css :: how to change logo size in wordpress 
Css :: calc css float to procent 
Css :: margin-top not working 
Css :: visited links do not change color 
Css :: time an element to disappear css 
Css :: CSS line-height values 
Css :: button css normal 
Css :: css line-through color 
Css :: onclick css animation 
ADD CONTENT
Topic
Content
Source link
Name
5+7 =