Same border on all edges.
border-radius: 20px;


Different borders on each corner.
border-radius: tl tr br bl;


Different borders on each corner.
border-top-left-radius: 5px; etc.