Source code

Revision control

Copy as Markdown

Other Tools

<!--
Any copyright is dedicated to the Public Domain.
-->
<head>
<style>
div{
left: 10px;
top: 10px;
position: absolute;
width : 100px;
height : 100px;
margin : 10px;
background : lime;
}
</style>
</head>
<body style="margin:0">
<div></div>
</body>
</html>