题解 | #盒模型 - border-box#

盒模型 - border-box

https://www.nowcoder.com/practice/67bbcc5564cb495cb6c18e868c4aaf0b

<!DOCTYPE html>
<html>
    <head>
        <meta charset=utf-8>
        <style type="text/css">
            * {
                margin: 0;
                padding: 0;
            }
            .border-box {
                box-sizing: border-box;
                width: 100px;
                height: 100px;
                padding: 5px;
                border: 5px solid black;
            }
        </style>
    </head>
    <body>
    	<div class="border-box"></div>
    </body>
</html>
  • 在没有设置box-sizing属性时,默认是content-box类型。
  • 要想设置border-box类型的盒子,必须加”box-sizing:border-box;“显示设置。
全部评论

相关推荐

11-08 13:58
门头沟学院 Java
程序员小白条:竟然是蓝桥杯人才doge,还要花钱申领的offer,这么好的公司哪里去找
点赞 评论 收藏
分享
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务