<!DOCTYPE html>
<style>
body { background-color: white; }
#outer
{
  width: 100px; height: 100px;
  border: 1px solid black;
}
</style>
</head>
<body>
<div id="outer"></div>
</body>
</html>