menu > li { display: inline; } menu > li::after { content: ' | '; } menu > li:last-child::after { content: ''; }