blob: 2cacadea1ebfa488c7592ae9ddca711b538982e0 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html>
<body>
<div style="border:1px solid black; width:200px; height:200px;">
<div style="background:blue; height:50px; margin-top:150px;"></div>
</div>
</body>
</html>
|