css笔记
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
<!--
/* pretty stuff
================================== */
body {
font: 140%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
color: #666;
background: #fff;
}
/* styled underline
================================== */
a:link, a:visited {
color:#666;
text-decoration: none;
background: url(images/underline1.gif) repeat-x left bottom;
}
a:hover, a:active {
background-image: url(images/underline1-hover.gif);
}
-->
本文介绍了一些CSS样式的使用技巧,包括如何定义字体、颜色和背景,以及如何为链接添加漂亮的下划线效果等内容。

2678

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



