Mẫu Thư Viện Ảnh Đẹp Thiết Kế Đơn Giản - Code Nhẹ, Tương Thích Với Nhiều Giao Diện Website & Blog Content :
<style>
/* Thư viện ảnh */
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 10px;
margin-top: 20px;
}
.gallery img {
width: 100%;
border: 3px solid #E89E64;
border-radius: 5px;
transition: transform 0.3s ease;
}
.gallery img:hover {
transform: scale(1.1);
}
/* Responsive Design */
@media (max-width: 600px) {
.gallery {
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
}
/* End Thư viện ảnh */
</style>
<!-- Gallery section -->
<h2 style="margin-top: 25px;">Giới Thiệu Sản Phẩm</h2>
<div class="gallery"><a href="https://shorten.asia/Tqe8xh4t"> <img src="https://w.ladicdn.com/60988adb4f31f60012f43f81/mayepcham-seka-lsqvtk21naya60-20240807095804-krnt5.jpg" alt="Image 1" style="max-width: 100%; height: auto;"> Máy Ép Chậm </a> <a href="https://blog.khoz.vn/thot-go-teak-su-lua-chon-hoan-hao-cho-nha-bep-va-trang-tri"> <img src="https://w.ladicdn.com/s400/60988adb4f31f60012f43f81/moc-marketing-thot-go-teak-20240725020415-fprsz.png" alt="Image 2" style="max-width: 100%; height: auto;"> Thớt Gỗ Teak </a> <a href="https://shorten.asia/8UY2CrNv"> <img src="https://w.ladicdn.com/s250x250/60988adb4f31f60012f43f81/khay-go-7r98o-ll6ng1kacfjq12-20240723153144-xawas.jpg" alt="Image 3" style="max-width: 100%; height: auto;"> Khay Gỗ Decor </a> <a href="https://blog.khoz.vn/van-o-tim-go-ghep-kieu-o-tim-tim-hieu-loai-van-go-mang-ten-tinh-yeu-ben-vung"> <img src="https://w.ladicdn.com/s400/60988adb4f31f60012f43f81/vangomangtentinhyeuvanepgoghepotim-20240828020903-pjzs7.png" alt="Image 4" style="max-width: 100%; height: auto;"> Ván Ghép Mang Tên Tình Yêu </a> <a href="https://shorten.asia/2dNATAZ3"> <img src="https://w.ladicdn.com/60988adb4f31f60012f43f81/muong-go-han-quoc-ccb5a783-20240719150548-8mmxp.jpg" alt="Image 5" style="max-width: 100%; height: auto;"> Muỗng Gỗ Hàn Quốc </a> <a href="https://shorten.asia/Exb1jnPD"> <img src="https://w.ladicdn.com/60988adb4f31f60012f43f81/va-san-go-tay-cam-dai-sieu-tien-ich-7qukw-ljnvvrqquade5e-20240723143556-8snsg.jpg" alt="Image 6" style="max-width: 100%; height: auto;"> Vá Sạn Gỗ </a></div>
</div>
<!-- End Gallery section -->
Minh Họa :