<!DOCTYPE HTML "><HTML><Head><Metahttp-equiv= "Content-type"content= "text/html; charset=utf-8"><title>Web page</title> <styletype= "Text/css"> /*the area where the element is stored*/Html,body{Height:100%; }. Content{/*the area where the element is stored*/position:relative;width:200px;Height:200px;Background-color:#368;margin:Auto; }. Love{position:relative;width:200px;Height:180px;background:Silver; }. Love. Left{position:Absolute; Left:32px;width:100px;Height:150px;background:Red;Border-radius:50px 50px 0 0; /*the corresponding length is drawn in radians*/Transform:Rotate ( -45deg);/*CSS3 deformation, rotated 45 degrees counterclockwise*/ }. Love. Right{position:Absolute; Left:68px;width:100px;Height:150px;background:Red;Border-radius:50px 50px 0 0; /*the corresponding length is drawn in radians*/Transform:Rotate (45deg);/*CSS3 deformation, rotated 45 degrees counterclockwise*/ }. Love. Left,.love. Right{ } </style></Head><Body> <!-- - <Divclass= ' content '> <Divclass= ' Love '> <Divclass= ' Left '></Div> <Divclass= ' Right '></Div> </Div> </Div> </Body></HTML>
Use HTML to draw love