border-bottom-left-radius in CSS

Border-radius Property in CSS

This CSS property is supported in IE9+, Firefox, Chrome, Safari, and Opera. Border radius allows the developer to insert and define how rounded the border corners are in the div, span and other tag. Border-radius property is a shorthand to set the four properties border-top-left-radius, border-top-right-radius, border-bottom-right-radius and border-bottom-left-radius.