Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
.rectangle {
  height: 50px;
  width: 100px;
  background-color: #555;
}
</style>
</head>
<body>
<h2>Rectangle CSS</h2>
<div class="rectangle"></div>
</body>
</html>