Код: Выделить всё
[list]
[*]Hello world
[*]Hello world
[*]Hello world
[*]Hello world
[*]Hello world
[/list]
Код: Выделить всё
ul li.heading:last-child {
background: black;
}
Код: Выделить всё
ul li.heading:nth-child(2) {
background: black;
}
Обновление: К сожалению, совсем забыл jsfiddle.
Подробнее здесь: https://stackoverflow.com/questions/768 ... s-selector
Мобильная версия