Skip to content

Instantly share code, notes, and snippets.

@vanaf1979
Created January 13, 2021 19:33
Show Gist options
  • Save vanaf1979/9c6cdecb6c115cbdc4b3c997663b0455 to your computer and use it in GitHub Desktop.
Save vanaf1979/9c6cdecb6c115cbdc4b3c997663b0455 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 {
background: #efefef;
}
li:first-child {
background-color: lightblue;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment