mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
13 lines
386 B
HTML
13 lines
386 B
HTML
<html><head>
|
|
<style>
|
|
#colset { width: 200px;
|
|
-moz-column-count: 3;
|
|
-moz-column-gap: 4px;
|
|
padding: 4px;
|
|
outline: 1px orange solid; }
|
|
#b { height: 12px;
|
|
outline: 1px green dotted;}
|
|
#c { height: 13px;
|
|
background: yellow;}
|
|
</style></head><body><div id="colset"><div id="b"><div id="c"></div></div></div>
|
|
</body></html> |