gpt4 book ai didi

css - 包含已知大小的容器内的内容并将其居中

转载 作者:行者123 更新时间:2023-11-28 17:27:36 26 4
gpt4 key购买 nike

我们有一个已知大小的容器。

在里面,我们有未知高度的内容。

我们需要将内容包含在容器中,同时水平和垂直居中。

内容由 block 组成:label, image, label:

enter image description here

对于比容器短的内容,我设法做到了这一点,但在其他情况下就没有运气了。示例:http://jsbin.com/banava/4/edit?html,css,output

最佳答案

#content-wrapper {
text-align: center;
height: 200px;
width: 200px;
display: table;
}

#img-wrapper {
width: 100%;
height: 100%;
vertical-align: middle;
display: table-cell;
}

#img-wrapper label {
display: block;
height: 25px;
line-height: 25px;
}

#img-wrapper img {
max-height: 150px;
}

http://jsfiddle.net/L38jg9sr/15/

关于css - 包含已知大小的容器内的内容并将其居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26844659/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com