Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1">
<style>
body {
  height: 600px;
}
#target {
  position: absolute;
  top: 400px;
  height: 200px;
}
</style>
<body>
<div id="target"></div>
</body>