只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-03-14 10:42 温水煮鲨鱼 阅读(6) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <!--css样式的四种引入方式 1.内嵌式 2.内部样式(行内式) 3.链接式 4.导入式 --> </head> <body> <!-- 1.内嵌式--> <d 阅读全文
posted @ 2016-12-13 18:44 温水煮鲨鱼 阅读(194) 评论(0) 推荐(0)
摘要: 序号 属性 含义 举例 文本属性 1 color 设置文本颜色 color:red 2 line-height 设置行高(即行间距) 3 text-align 设置对齐方式,取值为left,right,center 4 letter-spacing 设置字符间距 5 text-decoration 阅读全文
posted @ 2016-12-13 18:36 温水煮鲨鱼 阅读(122) 评论(0) 推荐(0)