gpt4 book ai didi

html - 如何制作:before content vertically centered?

转载 作者:太空宇宙 更新时间:2023-11-03 18:52:28 25 4
gpt4 key购买 nike

我想让 :before 的内容垂直居中,而且我希望所有 blockquote 中的文本被填充到:before 内容的权利。

http://jsfiddle.net/m3jEH/

我尝试更改 heightline-heightmin-height,但这些都不允许我垂直居中并填充内容(我希望它适用于内容可能的任何长度)

最佳答案

试试这个(如果我理解正确的话):

blockquote {
background-color: #fcc;
padding: 20px 20px 20px 60px;
margin: 30px;
position: relative
}

blockquote::before {
content: '{ }';
color: #b8a08e;
text-shadow: 0 1px #412917;
font-size: 30px;
font-weight: bold;
position: absolute;
top: 50%;
left: 15px;
margin-right: 12px;
margin-bottom: 12px;
min-height: 100%;
height: 100%;
margin-top:-25px
}

关于html - 如何制作:before content vertically centered?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14567585/

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