The CSS border-radius property supports individual corner control and elliptical shapes using the '/' syntax (e.g., border-radius: 50% 20% / 10% 40%).
A border-radius of 50% creates a perfect circle when applied to a square element, or an ellipse on rectangular elements.
CSS Output