blob: c8e8e91d28d7ee2069b31232abec286eded1b6e3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#layer {
position: absolute;
width: 256px;
height: 256px;
left: 200px;
background: green;
border: 1px solid black;
}
</style>
</head>
<body>
<div id="layer"></div>
</body>