mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
316 B
HTML
12 lines
316 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<body>
|
|
<div id="top"></div>
|
|
<div>
|
|
<div style="float: left; position: relative;">
|
|
<div id="inner" style="display: block; top: 100px; width: 100px; height: 100px; background: pink; position:absolute;"></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|