blob: 2736bd0800eb51a4154866c9cff0ab19af702dd5 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<style>
div {
width: 200px;
height: 200px;
background-color: green;
-webkit-clip-path: polygon(evenodd, 10px 75px, 180px 180px, 100px 10px, 10px 180px, 180px 75px, 10px 75px);
}
</style>
</head>
<body>
<div>
</body>
</html>