Source code

Revision control

Copy as Markdown

Other Tools

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