blob: 1868471b09c1725dc45d45fdb13fdaea6d243e77 [file] [log] [blame]
<style>
div {
width: 500px;
height: 200px;
margin: 20px;
background: blue;
border: solid red 20px;
-webkit-clip-path: circle(50% at 50% 50%) border-box;
}
</style>
<div></div>