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