Skip to content

Instantly share code, notes, and snippets.

@positiveko
Created May 29, 2021 15:04
Show Gist options
  • Save positiveko/135d050bf954f928ffe130f60eeb8509 to your computer and use it in GitHub Desktop.
Save positiveko/135d050bf954f928ffe130f60eeb8509 to your computer and use it in GitHub Desktop.
eYvGqoV
<ul>
<li>1</li>
<li>2</li>
<li>3</li>
<li>4</li>
<li>5</li>
</ul>
li:not(:last-child) {
border-bottom: 2px solid blue;
}
li + li {
border-top: 2px solid red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment