Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
.bluediv {
  background-color:lightblue;
  min-block-size: 50px;
}
</style>
</head>
<body>
<h1>The min-block-size Property</h1>
<div class="bluediv">
  See this blue div element with different min-block-size values.
</div>
</body>
</html>