Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<style>
.container {
width: 300px;
height: 300px;
background-color: green;
clip-path: path('M 100 100 L 200 0 L 200 200 L 0 120 z');
}
</style>
<body>
<div class="container"></div>
</body>
</html>