css笔记
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
ul {
margin: 0;
padding: 0;
list-style: none;
}
a {
display: block;
width: 200px;
height: 39px;
line-height: 39px;
color: #000;
text-decoration: none;
background: url(images/pixy-rollover.gif) no-repeat left bottom;
text-indent: 50px;
}
a:hover {
background-color: #369;
background-position: right bottom;
color: #fff;
}
本文介绍了一段具体的CSS代码示例,展示了如何通过CSS设置无序列表的样式并定义链接的表现形式,包括背景图片、颜色及悬停效果等。
2682

被折叠的 条评论
为什么被折叠?



