Copy HTML
<div class="corner-shape" dir="ltr">corner-shape</div>Experiment with corner-shape and border-radius to build rounded, beveled, notched, or scooped corners by corner or pair with modern CSS.
<div class="corner-shape" dir="ltr">corner-shape</div>.corner-shape {
min-inline-size: min(100%, 18rem);
min-block-size: 12rem;
border-radius: 40px;
corner-shape: round;
}