blob: 3c4810630c8cb1bc533b6909d247f4aa6ac308ba [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
.container {
position: relative;
width: 400px;
height: 400px;
background-color: green;
}
</style>
</head>
<body>
<div class="container"></div>
</body>
</html>