我設計一個網站,與每一頁上的報價。我正在將CSS應用到此引用中,以使其看起來儘可能出色並脫穎而出。不過,我有幾個問題。CSS行高度對齊問題
.quote {
font-size: 18pt;
padding-top: 50px;
padding-bottom: 15px;
text-align: center;
line-height: 0.25;
}
.speech_mark_large {
color: #203D69;
font-size: 120px;
vertical-align: top;
}
<div class="quote">
<span class="speech_mark_large">“</span> Leading the way with innovative design of corrugated Point of Sale displays and packaging offering bespoke design to fulfill your brief.
<span class="speech_mark_large">”</span>
</div>
同樣在JSFiddle。
我要報價的兩行要緊密聯繫起來,但是當我申請一個線高度,解決這個問題,它推動了講話標誌着成前行。我該如何解決這個問題?
過帳的jsfiddle是偉大的,但也請在這裏發表的代碼,所以萬一的jsfiddle永遠消失了,這個問題仍然有用它自己的。 – 2012-04-08 15:36:40