Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
body {
  background-color:#E7E9EB;
}
#myDIV {
  width:100%;
  position:absolute;
  height:400px;
  background-color:#FFFFFF;
  padding: 20px;
}
div.a {
  border-radius: 100%;
  background: #73AD21;
  padding: 20px;
  width: 70px;
  height: 70px;
  zoom: normal;
}
div.b {
  border-radius: 100%;
  background: #73AD21;
  padding: 20px;
  width: 70px;
  height: 70px;
  zoom: 150%;
}
div.c {
  border-radius: 100%;
  background: #73AD21;
  padding: 20px;
  width: 70px;
  height: 70px;
  zoom: 0.6;
}
</style>
</head>
<body>
<h1>The zoom property</h1>