How to create multiple half/semi-circle on one side only (check my image below)?
My expected result:
The result:
The code I have tried:
.ticket {
display: inline-block;
width: 500px;
height: 200px;
overflow: hidden;
background: orange;
-webkit-mask: var(--mask);
mask: var(--mask);
--mask: radial-gradient(16px at 16px 50%, #0000 100%, #000) -16px/ 100% 50px;
}
<div class="ticket"></div>
Pick the right side version from my online generator then update the radius