1804872-3-ref.html (466B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 html { 5 /* Suppress scrollbars to avoid periodical unthrottling for transform */ 6 /* animations on the compositor. */ 7 overflow: hidden; 8 } 9 body { 10 margin: 0px; 11 padding: 0px; 12 } 13 14 #target { 15 width: 100px; 16 height: 100px; 17 position: absolute; 18 background-color: green; 19 background-image: url(pinwheel_logo.svg); 20 background-size: 200px 200px; 21 background-position: -50px -50px; 22 scale:2; 23 } 24 </style> 25 <div id="target"> 26 </html>