blob: 7fd8581874e05f1177b45d359c12154f93acc685 [file]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0;
padding: 0;
}
#blue-box {
left: 10px;
top: 10px;
width: 50px;
height: 50px;
background-color: blue;
position: absolute;
}
</style>
</head>
<body>
<div id="blue-box"></div>
</body>
</html>