1 test
Doesn't break validation. Doesn't work, either.
I want to be able to group the last two links so that when the window narrows they wrap together. I do not want the last link to be widow, alone at the end.
In this example I am using CSS to address the last two links. I can style them, but I can't group them so they wrap together.
.main-navigation li:nth-child(n+5) {
border : solid 1px #000;
}