gpt4 book ai didi

html - 如何在中心背景中制作跨度文本

转载 作者:太空宇宙 更新时间:2023-11-04 15:53:34 27 4
gpt4 key购买 nike

<分区>

是否可以像使用边距一样移动跨度文本?

并提供边界上的距离以免触碰?

我已经使用了 background-position 但没有用。

我想要中间的跨度文本 background black

div {
color: white;
}
span {
border-radius: 20px;
position: fixed;
margin-left: 8px;
margin-top: 8px;
background: black;
height: 34px;
width: max-content;
border-radius: -2px;
}
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css" rel="stylesheet"/>

<div>
<span>
<i class="fa fa-folder-open" aria-hidden="true"></i>
<i class="fa fa-lg fa-angle-right" style="margin-left:7px;"></i>
My Folder</span>
</div>

JSFiddle

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