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.

Ask AI

CSS corner-shape playground

Response generated with openai/gpt-5.4-nano. AI can make mistakes. Always review the result.
corner-shape
HTML
<div class="corner-shape" dir="ltr">corner-shape</div>
CSS
.corner-shape {
  min-inline-size: min(100%, 18rem);
  min-block-size: 12rem;
  border-radius: 40px;
  corner-shape: round;
}