In a bootstrap responsive page how to center a div

前端 未结 16 2279
长情又很酷
长情又很酷 2020-12-02 04:26

\"position

I need to create a responsive page using bootstrap by positio

16条回答
  •  不知归路
    2020-12-02 04:59

    without display table and without bootstrap , i would rather do that

    TEXT
    html, body, .container-table { height: 100%; } .container-table { width:100vw; height:150px; border:1px solid black; } .vertical-center-row { margin:auto; width:30%; padding:63px; text-align:center; }

    http://codepen.io/matoeil/pen/PbbWgQ

提交回复
热议问题