CSS text-align: center; is not centering things

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

I have the following html:


      
7条回答
  •  自闭症患者
    2021-02-03 18:01

    I don't Know you use any Bootstrap version but the useful helper class for centering and block an element in center it is .center-block because this class contain margin and display CSS properties but the .text-center class only contain the text-align property

    Bootstrap Helper Class center-block

提交回复
热议问题