0
由於某些原因,我無法使網頁的寬度完全爲100%,它似乎總是有一個滾動條。我甚至回到基礎知識,不能解決它,所以希望它只是我愚蠢!HTML 100%寬度比頁面寬
有人可以來看看,請
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #393939;
font-family: Arial, sans-serif;
height: 100%;
width: 100%;
color: #f2f2f2;
}
Hello World
'