gpt4 book ai didi

html - 如何使用 CSS 圆整一条直线?

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

我想用 CSS 将直线圆化。但我没有成功。我该怎么做?谢谢。

截图:
- 设计:https://imgur.com/RCuJOVw
- 我的CSS代码:https://imgur.com/ssMLQkl

.steps {
margin-left: 80px;
margin-top: 100px;
display: inline-block;
position: relative;

&:before {
content: '';
position: absolute;
top: -130px;
right: 50px;
width: 30px;
height: 1px;
background-color: #eff0f1;
}
}

最佳答案

在边框上使用 border-top-right-radius

div {
width: 50px;
height: 100px;
border-top: 3px solid grey;
border-right: 3px solid grey;
border-top-right-radius: 15px;
}
<div></div>

关于html - 如何使用 CSS 圆整一条直线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54383851/

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