CSS 总结 第二部分

 元素的显示模式

块元素

行内元素

行内块元素

元素显示总结

元素显示模式的转换

转换为块元素 display:block

转化为行内元素 display:inline

转化为行内块元素 dispaly:inline-block

CSS背景

背景颜色 background-color

背景图片 background-imag

一定要有url()

背景平铺  background-repat

背景图像位置  backgrround-position

1.参数是方位名词

2.参数是精确单位

3.参数是混合单位

背景固定(背景附着、背景图片固定)  background-attchment

背景复合写法

背景半透明  background:rgba()

背景总结

猜你喜欢

转载自blog.csdn.net/qq_53454383/article/details/128801623
今日推荐