Image Books Table

Cover Galley of Free Books -2024-03-08

.image-grid {display: grid; grid-template-columns: repeat(3, 1fr); /* Create a 3×3 grid (adjust as needed) */ gap: 10px; /* Adjust the gap between images */}.image-grid img {width: 100%; /* Make images fill the available space */ border: none; /* Remove the default image border */ outline: none; /* Remove the focus outline (for accessibility) */}.image-grid a { display: block; /* Make the entire image area clickable */ text-decoration: none; /* Remove underlines from links */ }