mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 17:16:12 +00:00
20 lines
660 B
HTML
20 lines
660 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="ahem.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div style="width: 100%">
|
|
<div style="-moz-column-width: 200px;
|
|
-moz-column-gap: 0px;
|
|
-moz-column-fill: auto;
|
|
height: 120px;
|
|
font-family: ahem;
|
|
font-size: 12pt;
|
|
line-height: 1.1;">
|
|
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Sed feugiat libero vel diam. Pellentesque pulvinar commodo lacus. Sed fringilla. Sed lectus. Praesent laoreet orci vitae nisi. Duis venenatis tristique massa. Sed commodo diam at mauris.
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|