CSS Pilih Elemen Alternatif

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