篮球单挑干货
正礁
阅读:236
2024-05-19 16:08:31
评论:0
```html
body {
fontfamily: Arial, sansserif;
backgroundcolor: f2f2f2;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
color: 333333;
}
.gallery {
display: grid;
gridtemplatecolumns: repeat(autofit, minmax(300px, 1fr));
gridgap: 20px;
justifyitems: center;
margintop: 20px;
}
.galleryitem img {
maxwidth: 100%;
borderradius: 5px;
boxshadow: 0 0 10px rgba(0, 0, 0, 0.1);
transition: transform 0.3s ease;
}
.galleryitem img:hover {
transform: scale(1.1);
}
篮球单挑精华集锦