考慮以下HTML 標記和CSS 樣式:
<code class="html"><button class="button">Some Text</button> <div class="button">Some Text</div></code>
<code class="css">.button { background: darkgrey; height: 40px; border: 2px solid grey; width: 100%; box-sizing: border-box; font-size: 14px; font-family: helvetica; text-align: center; margin-bottom: 20px; }</code>
應用這些樣式時,您注意到
以上是為什麼 Button 文字預設垂直居中,而 Div 文字卻不是?的詳細內容。更多資訊請關注PHP中文網其他相關文章!