blob: 5f242f185062853f4cdd0ec96fe84668238faee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<head>
</head>
<body>
<div style="margin-left: 50px;">
<div style="background-color: green; width: 20px; height: 20px">
</div>
<div style="position:relative; left:50px; height:10px;">
<!-- make the body overflow by 50px horizontally -->
</div>
</body>
</html>
|