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