CSS Sélectionnez des éléments alternatifs
.text:nth-child(odd)
{
color: green;
}
.text:nth-child(even)
{
color:Red;
}
Bug Killer
.text:nth-child(odd)
{
color: green;
}
.text:nth-child(even)
{
color:Red;
}