blob: ee7758bdb1850c7f8c14ff9f74112133241dd5f0 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
body {
margin: 0px;
padding: 8px;
}
</style>
</head>
<body>
<div style="margin-left: 200px; height: 100px;"></div>
<div style="margin-left: -20px; height: 100px;"></div>
<div style="margin-right: 200px; height: 100px;"></div>
<div style="margin-right: -20px; height: 100px;"></div>
<div style="margin: 200px; height: 100px;"></div>
</body>
</html>