The border-radius
property is used to round corners of elements.
The border-radius
property can have one to four values. These values can be in:
pixels
percentage
em
Border-radius
is also used to make elliptical shapes by specifying the horizontal and vertical radii of elements.
It is done by using '/'
between two values.
The value is set to initial
to get the default value of the property.