有人能告訴我我編碼錯了嗎?一切都在發揮作用,唯一的問題是頂部沒有餘裕。保證金頂部不適用於跨度元素?
HTML:
<div id="contact_us"> <!-- BEGIN CONTACT US -->
<span class="first_title">Contact</span>
<span class="second_title">Us</span>
<p class="content">For any questions whatsoever please contact us through the following e-mail address:</p></br></br>
<p class="e-mail">[email protected]</p></br></br></br></br>
<p class="read_more"><a href="underconstruction.html">Read More</a></p>
</div> <!-- END CONTACT US -->
CSS:
span.first_title {
margin-top: 20px;
margin-left: 12px;
font-weight: bold;
font-size: 24px;
color: #221461;
}
span.second_title {
margin-top: 20px;
font-weight: bold;
font-size: 24px;
color: #b8b2d4;
}
它的工作,謝謝。 – whitesiroi 2016-03-28 03:46:50
非常好,非常感謝。 – 2016-05-20 14:31:10
雖然這不能解決問題,但是是一個很好的解決方案! – Bruce 2017-05-25 03:54:03