<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <style type="text/css">body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; } .gallery-container { max-width: 900px; margin: 50px auto; padding: 20px; background-color: white; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1); } .gallery-row { display: flex; flex-wrap: wrap; margin: -10px; } .gallery-item { width: calc(33.333% - 20px); margin: 10px; } .gallery-item img { width: 100%; height: auto; border-radius: 5px; transition: transform 0.3s; } .gallery-item img:hover { transform: scale(1.05); } </style> <div class="gallery-container"> <div class="gallery-row"> <div class="gallery-item"><a href="https://a.co/d/gy8MFud?tag=peachblosso02-20" target="_blank"><img alt="Image 1" src="https://m.media-amazon.com/images/I/51hyWBck5XL._AC_SY741_.jpg" title="A Lady with 1000 faces in Holl"> </a></div> <div class="gallery-item"><a href="https://a.co/d/2iE2dau?tag=peachblosso02-20" target="_blank"><img alt="Image 2" src="https://m.media-amazon.com/images/I/61zRnQRRGJL._AC_SX679_.jpg" title="A Lady with 1000 faces in Holl"> </a></div> <div class="gallery-item"><a href="https://a.co/d/dKyvUIn?tag=peachblosso02-20" target="_blank"><img alt="Image 3" src="https://m.media-amazon.com/images/I/61JLlpvLwLL._AC_SX679_.jpg" title="A Lady with 1000 faces in Holl"> </a></div> <!-- Add more images as needed --></div> </div>