The box-sizing property affects how the box model is calculated. ... html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }.
確定! 回上一頁