icon.html 1.1 KB

123456789101112131415161718192021222324252627
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <div style="height: 400px;">
  5. <div style="background: #f6f6f6; width: 400px; height: 400px; float: left;">
  6. <img src="icon.svg" width="300" style="position: relative; top: 50px; left: 50px;">
  7. </div>
  8. <div style="background: #d8d8d8; width: 400px; height: 400px; float: left;">
  9. <img src="icon.svg" width="300" style="position: relative; top: 50px; left: 50px;">
  10. </div>
  11. <div style="background: #1e1e1e; width: 400px; height: 400px; float: left;">
  12. <img src="icon.svg" width="300" style="position: relative; top: 50px; left: 50px;">
  13. </div>
  14. </div>
  15. <div style="height: 400px;">
  16. <div style="background: #f6f6f6; width: 400px; height: 400px; float: left;">
  17. <img src="icon.icns.svg" width="300" style="position: relative; top: 50px; left: 50px;">
  18. </div>
  19. <div style="background: #d8d8d8; width: 400px; height: 400px; float: left;">
  20. <img src="icon.icns.svg" width="300" style="position: relative; top: 50px; left: 50px;">
  21. </div>
  22. <div style="background: #1e1e1e; width: 400px; height: 400px; float: left;">
  23. <img src="icon.icns.svg" width="300" style="position: relative; top: 50px; left: 50px;">
  24. </div>
  25. </div>
  26. </body>
  27. </html>