gpt4 book ai didi

css - 使用 CSS 在 标签中划线

转载 作者:太空宇宙 更新时间:2023-11-04 10:46:46 32 4
gpt4 key购买 nike

这条线有问题:

This line

如何在标签 <span> 中执行这一行用 CSS?

你能帮帮我吗?

最佳答案

试试这个:

http://codepen.io/anon/pen/obJEmE

   <span class="with-line">
<span class="with-line-left-border"> </span>
</span>

body {
padding: 0;
background-color: #1e88e5;
}

.with-line {
position: relative;
display: block;
width: 200px;
height: 3px;
background-color: #fff;
margin: auto;
top: 220px;
}

.with-line .with-line-left-border {
width: 3px;
height: 25px;
background-color: #fff;
float: left;
bottom: 10px;
vertical-align: middle;
position: relative;
}

我不确定你是否想要这个,下次再解释你的问题。

问候。

关于css - 使用 CSS 在 <span> 标签中划线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35326610/

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