broken-column-rule-1-ref.html (526B)
1 <!DOCTYPE HTML> 2 <title>CSS Test Reference: breaking of column rule</title> 3 <meta charset="utf-8"> 4 <link rel="author" title="L. David Baron" href="https://dbaron.org/"> 5 <style> 6 7 .ref1, .ref2 { 8 display: inline-block; 9 vertical-align: top; 10 11 border: 2px solid blue; 12 border-top: none; 13 border-bottom: none; 14 } 15 16 .ref1 { 17 margin-left:49px; 18 height: 100px; 19 width: 148px; 20 } 21 22 .ref2 { 23 margin-left: 148px; 24 height: 50px; 25 width: 10px; 26 27 border-right: none; 28 } 29 30 </style> 31 <span class="ref1"></span><span class="ref2"></span>