html 5 css 边框

 

margin 外边距

border 边框

padding 内边距

content 内容

 

td{
/* 边框的样式*/
/* border-style: groove;*/

边框的单边样式
border-top-style: groove;
border-right-color: red;
border-bottom-style: dashed;
border-right-style: double;
border-left-style: dotted;
/* 边框的宽度*/
border-width: 10px;
border-right-width: 22px;
/* 边款的颜色*/

border-top-color: orange;

/* 圆角边框*/
border-radius: 10px;

}

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。