默認情況下,行對齊頂部。如何將容器中的行垂直居中?
我試圖把margin-top:auto;和margin-bottom:auto;但不起作用。 另外vertical-align:middle;也不起作用。
有沒有簡單的解決辦法呢?
由於
.container {
background-color:black;
height: 100px;
}
.row {
background-color:#fff;
height: 50px;
}
<div class="container">
<div class="row">
</div>
</div>
請向我們顯示您的代碼 – ZimSystem
哥們這是在stackoverflow中更常見的問題。至少搜索一段時間。 –
我一直在尋找其他解決方案,但它們並沒有針對bootstrap中的行。 – suonpera