How to move all li elements to the left side of the <ul> element?
问题 I want to move all li elements to the left side of the ul element. It looks like the first li element has a left margin >0 which I don't understand. Do you know how I can fix this? The ultimate goal is: the first li element #music and #email element in the footer have the same left margin of 70px (same distance from the left border). html, body { margin: 0; text-align: center; } header { overflow: hidden } nav { overflow: hidden; display: inline-block; float: left; margin-left: 70px; } nav li