Border Radius

Border radius is used to round the corners of an element.

Snippet:

border-radius: 10px;

Example:

border-radius: 50%; width: 100px; height: 100px;