blob: cb7ccd2c2b27fec1436a5c586af11ef90cd1f02b [file] [edit]
<!DOCTYPE html>
<html>
<style>
.above {
position: absolute;
left: 20px;
top: 20px;
width: 400px;
height: 300px;
padding: 0;
margin: 0;
background-color: Canvas;
color: white;
background-color: green;
}
</style>
</head>
<body>
<div class="above"></div>
</body>
</html>