mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
8 lines
208 B
HTML
8 lines
208 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="width:500px; height:200px; background:blue;"></div>
|
|
<div style="position:absolute; left:0; top:0; height:100px; width:100%; background:yellow"></div>
|
|
</body>
|
|
</html>
|