зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
194 B
HTML
12 строки
194 B
HTML
|
<!DOCTYPE html>
|
||
|
<style>
|
||
|
div {
|
||
|
-moz-column-count: 3;
|
||
|
-moz-column-gap: 8px;
|
||
|
width: 300px;
|
||
|
}
|
||
|
</style>
|
||
|
<div>
|
||
|
<span>This is some content that is still shown within the columns.</span>
|
||
|
</div>
|