+−<!DOCTYPE html> +−<style> +− .container { +− +− width: 100px; +− height: 100px; +− background-color: green; +− clip-path: inset(10px 10px); +− } +−</style> +− +−<body> +− <div class="container"></div> +−</body>