6 lines
159 B
HTML
6 lines
159 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<div style="overflow: hidden; width: 130px; column-count: 2;">
|
|
Some long text that cannot possibly fit in 130px.
|
|
</div>
|
|
</html>
|