【发布时间】:2016-09-26 21:10:30
【问题描述】:
于是我发现了这个问题:Can I create a div with a Curved bottom?
多亏了它,我设法使用以下代码制作了图像的弯曲底部:
border-radius: 0 0 50% 50% / 15%;
overflow: hidden;
看起来like that:
(实际上)。一切都会很好,但是......我需要曲线是totally opposite way:
如何使用干净的 CSS 做到这一点?
【问题讨论】: