mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-12 20:30:18 +00:00
13 lines
228 B
HTML
13 lines
228 B
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<div style="margin-left: 50px;">
|
|
Test Text
|
|
</div>
|
|
<div style="position:relative; left:50px; height:10px;">
|
|
<!-- make the body overflow by 50px horizontally -->
|
|
</div>
|
|
</body>
|
|
</html>
|