我尝试了很多椭圆形的形状,两边都有切口,但不能做到
我需要椭圆形的代码,两边都有切口..
下面是我的代码: -
.demo{
width: 100%;
height: 600px;
background: white;
-moz-border-radius: 100px / 50px;
-webkit-border-radius: 100px / 178px;
border-radius: 694px / 208px;
z-index: 100;
position: relative;
}