blob: 49732d361b3ff40f6232fa87423cf5a9e6530a55 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!DOCTYPE html>
<style>
.green {
background-color: green;
width: 200px;
height: 200px;
clip-path: inset(10.59741054822%);
}
</style>
<body>
<div class="green"></div>
</body>
</html>
|