The border-bottom-left-radius property defines the shape of the border of the bottom-left corner.Tip: This property allows you to add rounded borders to elements!
border-bottom-left-radius: length|% [length|%]|initial|inherit;
div { border: 2px solid; border-bottom-left-radius: 2em; }