Account
Categories
Shobha
Shobha
The best way to predict the future is to invent it

What is the purpose of the border-radius property?

The border-radius property is used to round the corners of an element, allowing customization of corner shapes to create smooth curves or even circles. For example, applying border-radius: 50%; to a square element transforms it into a perfect circle.