2017-09-01 59 views
0

enter image description here盒與其他框

對齊正如你所看到的,這個盒子有較少的高度,我想下一個與它疊加,是有可能做到的呢?任何幫助將不勝感激。

這是CSS我:

<style> 
div{ 
    display: inline-block; 
    margin:0; 
    position:relative; 
    top:0; 
    border:1px solid black; 
} 
</style> 
+0

你可能可以使用flex的呢? –

+0

這樣的事情? https://stackoverflow.com/questions/45753790/align-images-on-each-other – Neil

+0

@AndyHolmes你能解釋得更好嗎?我不太瞭解flex –

回答

2

只需使用Flex的規則align-items: center

請參閱this article瞭解更多詳情。

+0

這並不回答問題和鏈接只有答案是不允許的。要麼使用鏈接中的信息來形成自己的答案,要麼將其完全刪除。 https://stackoverflow.com/help/how-to-answer – Rob

+0

儘管此鏈接可能會回答問題,但最好在此處包含答案的重要部分,並提供供參考的鏈接。如果鏈接頁面更改,則僅鏈接答案可能會失效。 - [來自評論](/ review/low-quality-posts/17209540) –