CSS干货系列(二)CSS背景与文本

1.背景api 1.1背景色,属性background-color,指定元素的背景色,不能被继承,默认值是transparent。url 1.2背景图像,属性background-image,默认值是none,不能被继承。若是须要指定背景图像,则必须为这个属性设置一个url值,好比:body {background-image:url(/ex.jpg);}。spa 1.3背景重复,backgrou
相关文章
相关标签/搜索