Border Radius
Border Radius
The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.
Options
Same on all sides
Preview
Code
border-radius: 10px;