how to set round edges using outline css property code example Example: how to round the corners of a div outline in css div { outline: auto; outline-style: round; }