blob: 1ae7c912372203a1cb12d9096a863fdddc24237f (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/">
<link rel="match" href="multicol-list-item-003-ref.html">
<div style="display:list-item; columns:3; column-gap:20px; width:490px; margin:50px;">
<div style="height:150px;"></div>
<div style="column-span:all; height:50px;"></div>
← Marker here
</div>
|