Border-Radius Property
= Used to create rounded corners (em or px)
- 1 value = all corners will be configured
- configure individually:
- border-bottom-left-radius;
- border-bottom-right-radius;
- border-top-left-radius;
- border-top-right-radius;
Example:
border: 3px ridge #330000;
border-radius: 15px;