icon.html 1.1 KB

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