blob: bed8ffb61f95d4f7d8503adfcebb071fca478ff6 (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE HTML>
<html>
<body>
<div style="position:relative; margin-top:100px;">
<div style="background:yellow; width:100px; height:100px; position:absolute"></div>
</div>
</body>
</html>
|