Skip to content

Instantly share code, notes, and snippets.

@YakovSPb
Created October 10, 2020 12:45
Show Gist options
  • Save YakovSPb/8d8e9c3d836198412ce0ca1fb3f096fc to your computer and use it in GitHub Desktop.
Save YakovSPb/8d8e9c3d836198412ce0ca1fb3f096fc to your computer and use it in GitHub Desktop.
css last child nth :not()
css last child nth :not()
==================
.post:not(:last-of-type) {
border-bottom: 1px solid #efff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment