Hello I'm looking to build in CSS3 an image with round corners and a very light oval shape, like in this pic.
Not sure if it's possible and how. I know how to build a round image or an image with round corners, but this is a little different.
UPDATE
Here is what I've done
.round{
background-color:red;
width:100px;
height:100px;
border-top-left-radius: 45px 40px;
border-top-right-radius: 45px 40px;
border-bottom-left-radius: 45px 40px;
border-bottom-right-radius: 45px 40px;
}
http://jsfiddle.net/7t1z3hxf/9/
UPDATE2
Here are the schematics of what I'm trying to achieve
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…