自学H5第二天

笔记:

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