CSS text-align: center; is not centering things

前端 未结 7 1611
旧巷少年郎
旧巷少年郎 2021-02-03 17:35

I have the following html:


      
7条回答
  •  萌比男神i
    2021-02-03 18:13

    You can use flex-grow: 1. The default value is 0 and it will cause the text-align: center looks like left.

    https://css-tricks.com/almanac/properties/f/flex-grow/

提交回复
热议问题