last child of list
Hello, I would like to display the gray underline that you see under the check in a list. right now the css for li:last-child:after says display none, and I can't figure out how to change that so that the after style shows for the last list item.
<ul class="list_check">
<li>List item 1</li>
<li>List item 2</li>
</ul>
Comments