掌握了这些知识,CSS背景随便玩
背景相关属性

1.背景颜色:background-color


2.背景图片:backgroud-image


3.背景平铺:background-repeat


4.背景位置:background-position



5.背景样式连写:background


6.img标签和背景图片的区别

img标签有行内块元素的特点,所以img标签可以设置宽和高属性
背景相关属性
1.背景颜色:background-color
2.背景图片:backgroud-image
3.背景平铺:background-repeat
4.背景位置:background-position
5.背景样式连写:background
6.img标签和背景图片的区别
img标签有行内块元素的特点,所以img标签可以设置宽和高属性