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: 120%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
color: #666;
background: #fff;
}
a:link, a:visited {
color:#666;
}
/* external links
================================== */
a[href^="http:"] {
background: url(images/externalLink.gif) no-repeat right top;
padding-right: 10px;
}
a[href^="http://www.andybudd.com"], a[href^="http://andybudd.com"] {
background-image: none;
padding-right: 0;
}
a[href^="mailto:"] {
background: url(images/email.png) no-repeat right top;
padding-right: 15px;
}
a[href^="aim:"] {
background: url(images/im.png) no-repeat right top;
padding-right: 15px;
}
-->
2676

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



