摘要: 一、CSS样式规则 1、基本结构 <html> <head> <style> h1{ color: orange; } </style> </head> <body> </body> </html> 二、font字体 1、字号与字体 font-size: 字号大小 font-family: 字体 f 阅读全文
posted @ 2019-02-26 16:17 king-blue 阅读(293) 评论(0) 推荐(0)