mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
11 lines
185 B
HTML
11 lines
185 B
HTML
<html>
|
|
<body>
|
|
<div style="-moz-column-width: 60px; height: 60px; background: yellow;">
|
|
title
|
|
<p id="p" style="background: lightgreen">
|
|
below
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|