科技感很强的图片
body {
background: f0f0f0;
fontfamily: Arial, sansserif;
margin: 0;
padding: 20px;
}
h1 {
textalign: center;
color: 333;
}
.imagelist {
display: grid;
gridtemplatecolumns: repeat(4, 1fr);
gap: 20px;
margintop: 30px;
}
.imagecard {
border: 1px solid ccc;
padding: 10px;
textalign: center;
transition: all 0.3s;
}
.imagecard:hover {
boxshadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
a {
color: 777;
textdecoration: none;
}
a:hover {
textdecoration: underline;
}
科技感十足的图片推荐