blob: 5aadb526136e03b3914277c953c59e11608a2a66 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<style>
#first {
width: 200px;
height: 200px;
position: absolute;
background-color: green;
}
</style>
</head>
<body>
<div id="first"></div>
</body>
</html>