mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
26 lines
247 B
HTML
26 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
#a {
|
|
float: left;
|
|
position: relative;
|
|
padding: 331890106943cm 0;
|
|
}
|
|
|
|
#b {
|
|
position: absolute;
|
|
top: 100%;
|
|
}
|
|
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="a"><div id="b"></div></div>
|
|
</body>
|
|
|
|
</html>
|