paint2d-image-ref.html (235B)
1 <!DOCTYPE html> 2 <html> 3 <style> 4 div { 5 width: 300px; 6 height: 300px; 7 background-image: url("./resources/html5.png"); 8 background-repeat: no-repeat; 9 background-color: green; 10 } 11 </style> 12 <body> 13 <div></div> 14 </body> 15 </html>