not pseudo class

PHOTO EMBED

Mon Apr 07 2025 14:20:11 GMT+0000 (Coordinated Universal Time)

Saved by @Sebhart #css #selector #not

.nav li:not(:last-child) {
  border-right: 1px solid #666;
}
content_copyCOPY

use the :not() pseudo-class to only apply to the elements you want