Created
January 13, 2021 19:34
-
-
Save vanaf1979/a6c9da738457194367336c6ea28d7af2 to your computer and use it in GitHub Desktop.
This file contains 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
<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:last-child { | |
background-color: lightblue; | |
} | |
</style> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment