如果我的 CSS 代码是:
h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 2em;
margin-bottom:12px;
}
一切都如我所料。但如果我margin-bottom
的大于 12px,那么我的页面会向左浮动一点。
截至今天,我正在使用 Chrome 的最新版本。我也在使用 Meyer 的 reset.css 最新版本(v2.0)
我应该解决什么问题?你能指导我吗?