BaselineLab

CSS corner-shape playground

Experiment with corner-shape and border-radius to build rounded, beveled, notched, or scooped corners by corner or pair with modern CSS.

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