网站图标引入:<link rel="shortcut icon" href="ico图标地址">
背景图片
background-image: url(图片地址)
不平铺
background-repeat: no-repeat;
固定图片位置,随着滚轮滑动而不变
background-attachment: fixed;
图片定位
background-position: 上 右 下 左;
超链接:a
取消下划线
text-decoration: none;
鼠标点击后的样式
a:visited
鼠标放到上面时的样式
a:hover
鼠标点击时的样式
a:active
鼠标放上去时的样式
.d1:hover
鼠标放上去变小手
cursor: pointer;
css背景图片插入和定位
background-image: url(图片地址)
background-position: 定位
background-repeat:不平铺
盒子模型
padding内边距
margin外边距
border边框
浮动
float(left,right,both清除浮动)