gpt4 book ai didi

背景图像上的 CSS 曲线

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

我的设计师给我设计了这个设计,但我不知道如何最好地处理图像上方和下方的曲线。

Design with Curve

我考虑过 clip-path 但不知道如何 flex 它。如果可以的话,我不想使用图像。

最佳答案

您可以使用 border-radius 来做到这一点。

.box {
width:100%;
height:100px;
background-color: lightblue;
border-radius:0% 0% 135% 135% / 0% 0% 255% 255%;
}
<div class="box"></div>

关于背景图像上的 CSS 曲线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52470473/

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