100% DIV width is not really 100%

后端 未结 8 1683
太阳男子
太阳男子 2020-12-01 18:09

When I have a

with width: 100%, it is not really 100%:

testtesttesttesttest
... #di
8条回答
  •  抹茶落季
    2020-12-01 18:38

    add this to css:

    html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    }
    

    Then it should work.

提交回复
热议问题