blob: 4fa25ab5c11408bcfe02af802f8fe4a850143142 [file] [log] [blame]
<head>
<style>
.box {
position: absolute;
left: 20px;
top: 20px;
width: 240px;
height: 240px;
background-color: green;
}
</style>
</head>
<body>
<div class="box"></div>
</body>