Как прикрутить еще и 1 ссылку чтобы была 1 ссылка и 4 ? Код (CSS): .top-menu ul li:nth-child(4) a:hover{color:white;background-color:#4BB1CF;}
через запятую --- Добавлено --- .top-menu ul li:nth-child(4) a:hover, .top-menu ul li:nth-child(1) a:hover
Или так: Код (CSS): .top-menu ul li:nth-child(-3n+4) a:hover { color: white; background-color: #4BB1CF; }