css背景图定位和浮动⽹站图标引⼊:<link rel="shortcut icon" href="ico图标地址">
背景图⽚
background-image: url(图⽚地址)
不平铺
background-repeat: no-repeat;
固定图⽚位置,随着滚轮滑动⽽不变
background-attachment: fixed;
css固定定位图⽚定位
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清除浮动)
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论