Source code

Revision control

Copy as Markdown

Other Tools

<html>
<head>
<style>
body {
margin: 0px;
}
div {
left: 50px;
width:100px;
height:100px;
display: inline-block;
position: absolute;
background-color: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>