background-image-007-ref.html (442B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 .cat { 5 background: url(../support/cat.png) no-repeat; 6 background-size: 100px 100px; 7 width: 150px; 8 height: 100px; 9 } 10 </style> 11 <p>There should be four cats below.</p> 12 <div style="display:flex; width:600px;"> 13 <div class="cat"></div> 14 <div class="cat"></div> 15 <div class="cat"></div> 16 <div class="cat"></div> 17 </div>