Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>Reference File</title>
<link rel="author" title="Chris Sanborn" href="mailto:granimalcracker@gmail.com">
<style type="text/css">
.container {
position: absolute;
}
.greenSquare {
position: absolute;
width: 200px;
height: 200px;
background-color:green;
}
</style>
</head>
<body>
<p>The test passes if you hover over the green square and it completely covers the red square.</p>
<div class="container">
<div class="greenSquare"></div>
</div>
</body>
</html>