```html
body {
fontfamily: Arial, sansserif;
margin: 20px;
padding: 0;
backgroundcolor: f3f3f3;
}
h1 {
textalign: center;
color: 333;
}
.gallery {
display: grid;
gridtemplatecolumns: repeat(autofit, minmax(300px, 1fr));
gridgap: 20px;
justifyitems: center;
margintop: 20px;
}
.gallery img {
maxwidth: 100%;
height: auto;
borderradius: 10px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
蟹美食图片大全