<html>
<head></head>
<body>
<div class="content"></div>
</body>
<style>
.content{
100px;
height:100px;
background:#000;
padding:10px;
border:10px solid transparent;
}
</style>
</html>
css盒模型(content-boxorder-box对背景的影响)
注:上述两种情况都是,背景会压在border之下重叠
