Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
.blue {
background-color: blue;
width: 200px;
height: 200px;
clip-path: circle(30% at 50% 50%)
}
</style>
<body>
<div class="blue"></div>
</body>
</html>