I am struggling to evenly space out the list items in my unordered list, but they are not spreading out uniformly.
<footer>
<ul class="footer">
<li><a href="about">Name©2023</a></li>
<li><a href="legal">Privacy&Legal</a></li>
<li><a href="vin-recall-search">Vehicle Recalls</a></li>
<li><a href="contact">Contact</a></li>
<li><a href="blog"&...
Within the CSS file:
footer li{
word-spacing:20px;
display:inline-block;
}
The spacing between the list items is inconsistent and does not appear evenly distributed as desired. it appears like this