The border-top-left-radius
property in
border-top-left-radius: length|percentage [length|percentage]|initial|inherit;
length
: Sets or defines the left-corner shape.
percentage
: Writes the shape of the top left corner in percentage.
initial
: Sets the value to its default value.
inherit
: Inherits property from its parent value.
The basic border-top-left-radius
property is below.
In this example, we make two boxes.
The corner of one box is round, and the corner of the second box is an elliptical shape.