圆角,也可理解为盒子边框,这个5px相当于没变padding出来的
<div class="box3"></div>
<style type="text/css">
.box3{
width: 100px;
height: 100px;
border:5px solid red;
}
圆角,也可理解为盒子边框,这个5px相当于没变padding出来的
<div class="box3"></div>
<style type="text/css">
.box3{
width: 100px;
height: 100px;
border:5px solid red;
}