前几天写border-radius
的时候,突然想到了写个芒果
color: #0000;
width: 120px;
height: 120px;
background: #333;
/* overflow: hidden; */
border-radius: 50% 340% 127% 256%;
background: orange;
background: #ffcc3a;
box-shadow: -3px 6px 12px orange, inset 3px -6px 12px orange;
效果: