.heart{ width:160px; height:200px; position:relative; } .heart:before{ content:" "; border: 0 solid transparent; -webkit-border-radius:100px; border-radius:100px 100px 0 0; width:80px; height:120px; background:#669; -webkit-transform: rotate(-45deg); position:absolute;left:20px; } .heart:after{ content:" "; border: 0 solid transparent; webkit-border-radius:100px; border-radius:100px 100px 0 0; width:80px; height:120px; background:#669; -webkit-transform: rotate(45deg); position:absolute;left:48px;top:0px; }