Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<style>
.outer {
display: inline;
position: relative;
}
</style>
</head>
<body>
<div class="outer">
<div>You can see me.</div>
</div>
</body>
</html>