Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的带有cufon的字体标题在顶部被切割并向上移动,有什么想法吗?也许这是一个css问题,我不知道,但我无法弄清楚。
http://www.quotestample.com
h3在元素顶部添加 3 像素的边距:
h3
h3 { font-size: 25px; color: #281c17; letter-spacing: -1px; line-height: 1.2em; margin: 3px 0 27px 0; }