
健康养生图片大全
健康养生:高清图片展示
body {
fontfamily: Arial, sansserif;
margin: 0;
padding: 0;
backgroundcolor: f5f5f5;
}
h1 {
textalign: center;
margintop: 30px;
color: 333;
}
.gallery {
display: grid;
gridtemplatecolumns: repeat(autofit, minmax(250px, 1fr));
gridgap: 20px;
padding: 20px;
}
.gallery img {
width: 100%;
height: auto;
borderradius: 10px;
boxshadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.caption {
textalign: center;
margintop: 10px;
color: 666;
}
健康养生:高清图片展示