Here I created the image with round shape. But it covers all corners. I want affect only in left corners.
CODEPEN: CODEPEN DEMO
.circular {
border-radius: 5px;
-webkit-border-radius: 150px;
-moz-border-radius: 150px;
background: url(http://link-to-your/image.jpg) no-repeat;
}
I appreciate if some one can improve this to display it similar to image in the CODEPEN. circular class is in bottom of css section
also needs help in positioning two labels