```html
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
backgroundcolor: f5f5f5;
}
header {
backgroundcolor: 333;
color: fff;
padding: 20px 0;
textalign: center;
marginbottom: 20px;
}
h1 {
margin: 0;
}
.container {
maxwidth: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.gallery {
display: grid;
gridtemplatecolumns: repeat(autofit, minmax(250px, 1fr));
gridgap: 20px;
}
.galleryitem {
border: 1px solid ddd;
borderradius: 5px;
overflow: hidden;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.galleryitem img {
width: 100%;
height: auto;
display: block;
}
.galleryitem:hover {
transform: scale(1.05);
transition: transform 0.3s ease;
}
footer {
backgroundcolor: 333;
color: fff;
textalign: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;
}
Poetry Appreciation Gallery
© 2024 Poetry Appreciation Gallery