How to vertical align middle a button in a dynamic div

后端 未结 3 1383
时光取名叫无心
时光取名叫无心 2021-02-19 13:44

I\'d like to center a vertically aligned button in a div using bootstrap

3条回答
  •  春和景丽
    2021-02-19 14:21

    I used this. Check the "style property". That will do the trick.

    style='position: absolute;top: 50%;left: 50%;margin-right: -50%;transform: translate(-50%, -50%)'>
    
    
     Loading...
    

提交回复
热议问题