1 css3中的设置圆角
border-radiues: px;
-webkit- 谷歌
-o- 欧朋
-moz- 火狐
2 阴影设置
box-shadow: px px px 颜色;
x轴 y轴 阴影大小
3 雪碧图
background-position: x轴坐标 Y轴坐标
4 图片logo语义化设置
<div> <h1><a herf="">语义文字</a></h1></div>
div{
background: url() ne-repeat;
width: ;
heigh: ;
图片大小一样
a{
text-indent:-1000px;
height:;
width:;
图片大小一样
line-height:; 行高
时间: 2024-10-24 23:02:39