body {
margin: 0;
padding: 20px;
fontfamily: Arial, sansserif;
}
h1 {
textalign: center;
marginbottom: 30px;
}
.imagecontainer {
display: grid;
gridtemplatecolumns: repeat(4, 1fr);
gap: 20px;
marginbottom: 50px;
}
.imagecard {
border: 1px solid ccc;
padding: 10px;
textalign: center;
cursor: pointer;
}
.imagecard img {
maxwidth: 100%;
boxshadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
a {
color: blue;
textdecoration: none;
}
a:hover {
textdecoration: underline;
}
function openImage(index) {
window.open('team_images/' (index 1) '.jpg', '_blank');
}
请注意,由于版权和隐私保护,我无法直接提供具体的图片链接,你可以复制上述代码中的图片标签,然后替换为实际的文件名。每个球队的图片请确保是从正规来源获取,尊重版权。如果你需要最新的队标,建议访问NBA官方网站或者相关体育图片库获取。