<!DOCTYPE html>
<style>
.container {
width: 80px;
height: 80px;
zoom: 1.25;
background-color: green;
clip-path: circle(35% at 35% 35%);
}
</style>
<body>
<div class="container"></div>
</body>
</html>
<!DOCTYPE html>
<style>
.container {
width: 80px;
height: 80px;
zoom: 1.25;
background-color: green;
clip-path: circle(35% at 35% 35%);
}
</style>
<body>
<div class="container"></div>
</body>
</html>