Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created January 13, 2021 19:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanaf1979/bef2bceb4dd9875895678cf79b178b52 to your computer and use it in GitHub Desktop.
Save vanaf1979/bef2bceb4dd9875895678cf79b178b52 to your computer and use it in GitHub Desktop.
<ul>
<li>Lorem ipsum dolor sit.</li>
<li>Cupiditate fugit iste voluptates!</li>
<li>Laudantium quas saepe voluptatum.</li>
<li>Dolorem minima officiis quis!</li>
<li>Doloribus expedita magni quisquam.</li>
</ul>
<style>
li:not(:last-child) {
border-bottom: solid 1px silver;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment