Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<head>
<meta charset=utf-8>
<style>
#target {
width: 100px;
height: 100px;
background: green;
margin-left: 200px;
}
</style>
</head>
<body>
<div id="target"></div>
</body>
</html>