笔记:
1.css之外联样式
2、css之行间样式:
3、css之内联样式
二、边框的知识:
1、边框的复合样式:
2、边框的单一样式:
/*单一样式*/
border-width: 1px 2px 3px 4px;
border-style: solid dashed dotted solid;
border-color: red green blue black;
/*
上 右 下 左
* */
本文共 257 字,大约阅读时间需要 1 分钟。
笔记:
1.css之外联样式
2、css之行间样式:
3、css之内联样式
二、边框的知识:
1、边框的复合样式:
2、边框的单一样式:
/*单一样式*/
border-width: 1px 2px 3px 4px;
border-style: solid dashed dotted solid;
border-color: red green blue black;
/*
上 右 下 左
* */
转载于:https://www.cnblogs.com/PengHongMiao/p/5881286.html