Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
.container {
width: 70px;
height: 126px;
background-color: green;
clip-path: inset(5% 5%)
}
</style>
<body>
<div class="container"></div>
</body>
</html>