img-fuzzy-zoomIn-1-ref.html (514B)
1 <!DOCTYPE html> 2 <!-- Any copyright is dedicated to the Public Domain. 3 - http://creativecommons.org/publicdomain/zero/1.0/ --> 4 <html> 5 <head> 6 <style> 7 body { 8 margin: 0px; 9 padding: 0px; 10 border: 0px; 11 } 12 div { 13 background: url('circle-large.svg'); 14 background-size: 80px 80px; 15 background-repeat: repeat; 16 margin: 0px; 17 padding: 0px; 18 border: 0px; 19 width: 160px; 20 height: 160px; 21 } 22 </style> 23 </head> 24 <body> 25 <div></div> 26 </body> 27 </html>