Skip to content
Go back

css :not(:last-child)确保最后一个元素之后没有尾随分隔符。

nav > ol > li:not(:last-child)::after {
  content: " / ";
  color: lightgray;
  padding: 0 0.5em;
}

Share this post on:

Previous Post
web 安全tips
Next Post
overscroll-behavior-x