blob: e4eabe15590b08c05af060b26d01a36b72199948 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<html>
<head>
<style>
#container {
column-count: 3;
}
#right {
float: right;
overflow: hidden;
}
</style>
<link rel="alternate" type="application/atom+xml" title="Atom" href="http://weblogs.mozillazine.org/roc/atom.xml" />
</head>
<body>
<div id="container">X<div id="right"></div></div>
</body>
</html>
|