mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
19 lines
167 B
HTML
19 lines
167 B
HTML
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
|
|
body, p {
|
|
display: table;
|
|
position: absolute;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>A B</div>
|
|
<p id="n">C D</p>
|
|
</body>
|
|
|
|
</html>
|