Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<style>
span, div { position: relative; left: 200px }
html {
overflow: hidden;
}
</style>
</head>
<body>
<span>All text should be offset 200px.</span>
<div>Some more text</div>
</body>
</html>