TAG
CSS
Result
Run
License
<div></div>
div { position: relative; width: 100px; height: 100px; border-radius: 50%; background: #FF0000; } div::after { content: ""; position: absolute; width: 100px; height: 100px; border-radius: 50%; display: block; left: 50%; background: hwb(50deg 0% 0%); }
Console
expand_less
License
License
by DevDic
Close