KB: How to make round corners on elements

Simply add the following style attribute with a given size:

border-radius: 25px;

Examples

This has a border radius of 25 pixels

This has a border radius of 10 pixels

This has a border radius of 5 pixels