両側カットの楕円形で色々試しましたが出来ませんでした
両側にカットのある楕円形のコードが必要です..
以下は私のコードです: -
.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;
}