css笔记
There is no nutrition in the blog content. After reading it, you will not only suffer from malnutrition, but also impotence.
body {
font: 62.5%/1.6 "Gill Sans", Futura, "Lucida Grande", Geneva, sans-serif;
color: #666;
background: #fff;
}
h2 {
font-size: 2.2em;
font-weight: normal;
line-height: 1;
color: #94b767;
margin: 0;
}
.box {
font-size: 2em;
}
/* rounded corner box
================================== */
.box {
width: 424px;
background: url(images/tile2.gif) repeat-y;
}
.box h2 {
background: url(images/top2.gif) no-repeat left top;
padding-top: 20px;
}
.box .last {
background: url(images/bottom2.gif) no-repeat left bottom;
padding-bottom: 20px;
}
.box h2, .box p {
padding-left: 20px;
padding
本文介绍了一套CSS样式设置方法,包括字体、颜色、背景等基本样式定义,并详细展示了如何使用CSS实现圆角边框效果。
2678

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



