TAG
CSS
Result
Run
License
<div class="box"></div>
.box { position: relative; width: 200px; height: 200px; } .box::before, .box::after { content: ""; position: absolute; top: 0; display: block; width: 150px; height: 150px; border-radius: 50%; } .box::before { left: 0; background-color: color(display-p3 10% 80% 50% / 50%); } .box::after { right: 0; background-color: color(display-p3 10% 80% 50% / 0.5); }
Console
expand_less
License
License
by DevDic
Close