Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
<style>
html, body {
  height: 100%;
  margin: 0;
}
.full-height {
  height: 100%;
  background: yellow;
}
</style>
</head>
<body>
<div class="full-height">I am a DIV that will stretch to fit the whole width and height of the browser window!</div>
</body>
</html>