gpt4 book ai didi

html - 将图像附加到第一个字母

转载 作者:行者123 更新时间:2023-11-28 12:32:14 24 4
gpt4 key购买 nike

我有一个问题如何使用 CSS 将图像附加到 H1 的第一个字母?见图片有什么想法吗? enter image description here

最佳答案

您可以尝试使用:before 伪类来附加图像。

示例:http://jsfiddle.net/8o0z6a8r/1/

<sytle>
h1:before {
content: url(http://placehold.it/50x50);
width: 50px;
height: 50px;
position: relative;
top: 50px;
left: 20px;
}
</style>

<h1>LINKBOUND's</h1>

关于html - 将图像附加到第一个字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28442418/

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