Is there a way to create a bold line like this within a bulleted list easily?
https://i.sstatic.net/pw8Zt.png
I've tried using the border property, but it's not showing up correctly. Any quick and simple solutions for achieving this effect?
This is the structure of my code:
<div class="sidebar">
<ul>
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>