blob: 8bf7036eb54f05c8e54717cbf3fa901cb0f89ca3 (
plain)
1
2
3
4
5
6
7
|
<!DOCTYPE HTML>
<html>
<body style="background: #000">
<!-- A regular old red box -->
<div style="background: red; position:absolute; top:30px; left:0px; padding:50px"></div>
</body>
</html>
|