我正在使用顯示錶格和表格單元verticle-align中間使div中心對齊。但中心div不位於中心。無法使用顯示使div中心對齊:表
小提琴:Here
的CSS:
.landing-right {
position: relative;
padding: 50px 0px;
float: left;
display: table;
width: 365px;
height: 100%;
margin-left: -70px;
}
.landing-img {
height: 420px;
position: relative;
float: left;
width: 100%;
background-repeat: no-repeat;
border: 15px solid #fff;
display: table-cell;
vertical-align: middle;
}
HTML:
<div class="landing-right">
<div class="landing-img" style="background-image: url("https://cdn.filestackcontent.com/Cvj2tN3S7ikTu981vJVp");">
</div>
**來自評論隊列:**我可以請求您請您在答案中添加更多的上下文。僅有代碼的答案很難理解。如果您可以在帖子中添加更多信息,它可以幫助提問者和未來的讀者。 –