relpos-inline.html (613B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <link rel="help" href="https://www.w3.org/TR/css-break-3/#transforms"> 4 <link rel="help" href="https://www.w3.org/TR/CSS22/visuren.html#relative-positioning"> 5 <link rel="match" href="relpos-inline-ref.html"> 6 <div style="columns:4; column-gap:0; column-fill:auto; line-height:30px; width:600px; height:60px; orphans:1; widows:1;"> 7 <br><br><br> 8 <span style="position:relative; left:-100px; top:100px; border:1px solid; background:hotpink;"> 9 line1<br> 10 line2<br> 11 line3<br> 12 line4<br> 13 </span> 14 </div>