I'm making a menu for that currently looks like this...
list item without periods/bullets.
When what I want is to add periods between the name and the price depending on the space between them like this
As you can see, the periods don't go all the way to the the item's name. How would I connect them together??
This is my HTML:
<li>
<div>
<span>Number</span><h4>Name</h4>
</div>
<h4>Price</h4>
</li>