Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style>
body {
margin: 0;
padding: 0;
}
.expected-box {
position: absolute;
left: 50px;
top: 50px;
width: 100px;
height: 100px;
border: 1px solid black;
background: lightblue;
}
</style>
</head>
<body>
<div class="expected-box"></div>
</body>
</html>