<div class="box"></div>
.box {
width: 200px;
aspect-ratio: 1;
outline: 2px dashed green;
background: conic-gradient(from 90deg at 10px 10px,#0000 25%,#000 0);
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.