文件名称:Css整理笔记
文件大小:32KB
文件格式:DOC
更新时间:2016-01-14 17:15:43
css
一:基本语法 标记选择器: <style> : 标记 选择器 P{ color: red; font_size:25px; } </style> 类别选择器: .class自定义 <style> .one{ color:red; font_size:25px; } .two{color:blue; font_size:55px; } </style> 用法:
string
string
ID选择器 #flag