Borders
Try changing the borders.
.box { border: 10px solid rebeccapurple; border-radius: 1em; border-top-right-radius: 10% 30%; }
<div class="box"> <h2>Borders</h2> <p>Try changing the borders.</p> </div>