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: 100%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
background-color: #ccc;
margin: 0;
padding: 0;
}
#wrapper {
background-color: #fff;
padding: 20px;
}
/* Centering Technique
================================== */
#wrapper {
position: relative;
left: 50%;
width: 720px;
margin-left: -360px;
}
2682

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



