Center Div inside another (100% width) div

后端 未结 6 1147
闹比i
闹比i 2020-12-23 09:42

Quite a \"simple\" problem here and not sure why it\'s being so complicated.

  1. Have a 100% (width) sized div.
  2. Have another div positioned in the middle
6条回答
  •  忘掉有多难
    2020-12-23 10:29

    .outerdiv {
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    

    Doesn't work in internet explorer 7... but who cares ?

提交回复
热议问题