blob: edaf92cb8ae763ed592810d19343e24a89ff1f0f (
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(6.850317545375803%);
}
</style>
<body>
<div class="green"></div>
</body>
</html>
|