gpt4 book ai didi

css - 如何在 CSS 中创建柔和曲线?

转载 作者:行者123 更新时间:2023-12-05 08:42:04 24 4
gpt4 key购买 nike

是否可以仅使用 CSS(无图像/svg)创建像示例图像中那样的 flex block ?

enter image description here

最佳答案

.curveArea {
width: 500px;
height: 200px;
margin: 0 auto;
}

.mainBox {
height: 100%;
background: #fff;
overflow: hidden;
}

.curveSection {
width: 200%;
height: 100%;
border-radius: 50%;
background: #e44627;
top: 25%;
left: -50%;
right: 0;
position: relative;
border-top: 10px solid #fdedea;
}
<div class="curveArea">
<div class="mainBox">
<div class="curveSection"></div>
</div>
</div>

用这个,希望对你有帮助

关于css - 如何在 CSS 中创建柔和曲线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45206046/

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