BaselineLab

CSS border-radius generator

Adjust border-radius by corner or corner pairs, switch units and physical or logical properties, and generate production-ready CSS.

border-radius
HTML
<div class="border-radius"></div>
CSS
.border-radius {
  border-radius: 40px;
}