css字体

1、font复合属性:

	font:font-style(文字样式normal,italic,oblique)  	font-variant(大写字母变小)	 font-weight(加粗)	font-size	/line-height(大小/行高)	font-family(字体)

2、css背景

​ 1)background-color:背景色(transparent/color)

​ 2) background-image:背景图(none/url)

​ 3) background-repeat:背景图像铺排方式(repeat/no-repeat/repeat-x/repeat-y)

​ 4) background-position:设置背景图像的位置({x-number|top|center|bottom}{y-number|top|center|bottom})

​ 5) background-attachment:背景图像滚动位置(scroll/fixed)

​ 6) background:设置背景的复合写法

3、样式权重

设置背景的复合写法

3、样式权重

​ !important(10000)>内联样式(1000)>id选择器(100)>类\伪类和伪类元素选择器(10)>标签选择器(1)

Logo

为开发者提供学习成长、分享交流、生态实践、资源工具等服务,帮助开发者快速成长。

更多推荐