Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css select alternate elements

.text:nth-child(odd)
{
    color: green;
}
.text:nth-child(even)
{ 
      color:Red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: how to include css in handlebars 
Css :: flexbox space between 
Css :: align text in block like in word css 
Css :: materializecss 
Css :: fabric bring to front element top 
Css :: css line-height default 
Css :: line icon css 
Css :: Setting size for png icon in CSS 
Css :: make element no styles 
Css :: text sliding css 
Css :: select first 5 child css 
Css :: media queries and or conditions 
Css :: border radius color html 
Css :: add background in text 
Css :: text-overflow ellipsis hover tooltip css 
Css :: increase Nth-child CSS 
Css :: java to python 
Css :: css nested 
Css :: color gradient 
Css :: fonts for css 
Css :: css grid first child 
Css :: :global css 
Css :: veritical align inline-block checkbox element 
Css :: position relative goes on top of position fixed 
Css :: in 10 seconds fade in a card html css 
Css :: django validation error css 
Css :: python css 
Css :: make element scale to page 
Css :: div position by default 
Css :: add css class c# 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =