blob: e2a99a667442f7a832d6fb9636948f7bc8136fee [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.rect {
background-color: grey;
width: 190px;
height: 40px;
position: absolute;
top: 55px;
left: 55px;
}
</style>
</head>
<body>
<p>This should be a grey rectangle.</p>
<div class="rect"></div>
</body>
</html>