Код: Выделить всё
.parentOne .parentTwo .thirdNested:first-of-type {
color:red
}
.parentOne .parentTwo .thirdNested:last-of-type {
color:blue
}Код: Выделить всё
Some text here
Some text here
This should be red with :first-of-type
This should be blue with :last-of-type
Подробнее здесь: https://stackoverflow.com/questions/787 ... ot-working
Мобильная версия