border-image-repeat-005-ref.html (397B)
1 <!DOCTYPE html> 2 <title>Reference: 'border-image-repeat' with 'space' and 'round'</title> 3 <style> 4 .green { 5 width: 100px; 6 height: 100px; 7 background-color: green; 8 position: absolute; 9 } 10 </style> 11 <p>There should be two green rectangles below:</p> 12 <div style="position: relative"> 13 <div class="green" style="left: 25px"></div> 14 <div class="green" style="left: 150px"></div> 15 </div>