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