blob: a850cd5acce289bb3f21dfea49a44853a9d3551d [file] [log] [blame]
<!DOCTYPE html>
<style type="text/css" media="screen">
#box {
position: absolute;
width: 100px;
height: 100px;
top: 20px;
left: 20px;
border: 1px solid black;
}
</style>
<body>
<div id='box'></div>
</body>