Horizontal list element evenly spaced and responsive
问题 I am creating an unordered list that contains images and text, and would like each item to be 1/3rd the width with a margin, evenly spaced. I can't figure out how to ensure, in a responsive website, the items are always exactly 1/3rd the width, including margins. Percentages seem to not remain consistent across browsers. HTML <ul> <li><img>Text</li> <li><img>Text</li> <li><img>Text</li> <li><img>Text</li> <li><img>Text</li> <li><img>Text</li> </ul> CSS ul {list-style:none; text-align:center;