Align two divs horizontally side by side center to the page using bootstrap css

前端 未结 9 2305
春和景丽
春和景丽 2020-12-12 16:07

Please refer below code what i tried

First Div
9条回答
  •  南方客
    南方客 (楼主)
    2020-12-12 16:38

    Use the bootstrap classes col-xx-# and col-xx-offset-#

    So what is happening here is your screen is getting divided into 12 columns. In col-xx-#, # is the number of columns you cover and offset is the number of columns you leave.

    For xx, in a general website, md is preferred and if you want your layout to look the same in a mobile device, xs is preferred.

    With what I can make of your requirement,

    First Div
    Second DIV

    Should do the trick.

提交回复
热议问题