< H2 > parent div responsive width, child span fixed width, want to center the child, the parent uses text-align: center to get the following effect, the last line of typesetting wants to be left , there is no train of thought. < / H2 >
is about this layout
<div>
<span>1</span>
<span>2</span>
<span>3</span>
<span>4</span>
<span>5</span>
</div>