mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
14 lines
247 B
HTML
14 lines
247 B
HTML
<!DOCTYPE html>
|
|
<html style="-moz-columns: 2 auto;">
|
|
<head>
|
|
<style>
|
|
|
|
div { width:300px; background:yellow; height:50px; }
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body style="position: relative; display: table;"><div style="position: absolute;"></div></body>
|
|
|
|
</html>
|