摘要: CSS=Selector+Declaration(=Property+Value)如果 value 多于一个单词,需加上引号id对单一元素,在 style 中以 # 开头,不能以数字开头class对多个元素,在 style 中以 . 开头,不能以数字开头Attributes 也可作为 Selectors,但要加 [ ]Propertiesbackground-colorred/#ff0000/rgb(255,0,0)background-imagebackground-repeat图片重复方向:repeat-x/repeat-y/no-repeatbackground-attachment图片 阅读全文
posted @ 2014-02-27 15:18 TEALS 阅读(172) 评论(0) 推荐(0)