gpt4 book ai didi

css - 如何在 Bootstrap glyphicons 中添加引号图标?

转载 作者:行者123 更新时间:2023-12-04 20:22:26 25 4
gpt4 key购买 nike

我想标题说明了一切。我正在使用的 bootstrap 3 中设置的字形图标中没有引用图标。
我知道我可以使用单独的图像,但这意味着会发出额外的请求,而且图像也不会是矢量图像。所以我想知道也许有更优雅的方式来做到这一点?

最佳答案

blockquote {
background: #f9f9f9;
border-left: 10px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
<blockquote>I'm quoted</blockquote>

关于css - 如何在 Bootstrap glyphicons 中添加引号图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32322283/

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