blob: 85ba26ceed4c4eea147e0ecaa27aa14c972d97a7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<!DOCTYPE html>
<html>
<body>
<div style="position: absolute; width: 100px;">
<div style="position: absolute; top: 0; left: 0; right: 0;
height: 100px; background: green">
</div>
</div>
</body>
</html>
|