补充一个知识点 浏览器
1,浏览器默认字体大小是font-size:16px;谷歌最小字体是10px,其余浏览器是12px字体
2. 选择器 通配符选择器 * 表示 url
3.background 背景spa
背景颜色 background-color:red; 简写 background: red;blog
背景图片 background-image:url (“路径”);简写 background:url();图片
3.背景图片平铺it
1. 平铺 浏览器默认就是平铺io
2. 不平铺 no-repeatclass
3. 平铺x轴y background-repeat:repeat-x;自适应
4. 背景大小
Background-size:;属性值 有哪些写法?
1,能够设置具体的大小 200px 200px; auto 自适应(通常作属性值)i
2,给body设置背景大小 留心height的问题
5 背景位置
背景位置background-position 也是坐标轴 向下为正 向右为正数
背景简写