小屠屠
2016-07-27 21:45
<style type="text/css">
#box1{
width:100px;
height:100px;
padding-left:10px;
padding-bottom:0px;
border:1px solid red;
}
</style>
</head>
<body>
<div id="box1">盒子1 </div></body>
padding是内边距设置 内容还是从上面开始 你设置padding-bottom:0px;意思是你的下边框距离你内容的下端距离是0px
这是内边距
初识HTML(5)+CSS(3)-升级版
1225297 学习 · 18230 问题
相似问题