gpt4 book ai didi

CSS 边框半径问题

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

<分区>

任何人都可以向我解释如何制作一个圆 Angular 边框的div this image

Screenshot

我试过了,但结果不一样:左右侧曲线应该没那么硬。

这是我的代码片段:

.cnt {
margin: 0 auto;
border: 1px solid grey;
width: 300px;
height: 150px;
position: relative;
background-color: #4a4d84;
}

.t {
position: absolute;
width: 100%;
height: 50px;
background-color: red;
bottom: 0;
}

.t::before {
content: "";
position: absolute;
width: 100%;
height: 70px;
top:-30px;
background-color: red;
border-radius: 50% 50% 0 0;
}
<div class="cnt"> 
<div class="t">

</div>
</div>

你能帮帮我吗?

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