Created
October 10, 2020 12:45
-
-
Save YakovSPb/8d8e9c3d836198412ce0ca1fb3f096fc to your computer and use it in GitHub Desktop.
css last child nth :not()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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