<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>纯灰色泰迪犬图片大全</title>
<style>
body {
font-family: "Microsoft YaHei", Arial, sans-serif;
color: #333;
background-color: #f0f0f0;
margin: 0;
padding: 0;
}
.container {
width: 960px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
h1 {
font-size: 36px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
img {
max-width: 100%;
height: auto;
margin-bottom: 20px;
}
.gallery {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
grid-gap: 20px;
}
.caption {
text-align: center;
font-weight: bold;
margin-top: 10px;
}
</style>
</head>
<body>
<div class="container">
<h1>纯灰色泰迪犬图片大全</h1>
<div class="gallery">
<img src="grey_teddy1.jpg" alt="纯灰色泰迪犬图片1">
<img src="grey_teddy2.jpg" alt="纯灰色泰迪犬图片2">
<img src="grey_teddy3.jpg" alt="纯灰色泰迪犬图片3">
<img src="grey_teddy4.jpg" alt="纯灰色泰迪犬图片4">
<img src="grey_teddy5.jpg" alt="纯灰色泰迪犬图片5">
<img src="grey_teddy6.jpg" alt="纯灰色泰迪犬图片6">
<img src="grey_teddy7.jpg" alt="纯灰色泰迪犬图片7">
<img src="grey_teddy8.jpg" alt="纯灰色泰迪犬图片8">
<img src="grey_teddy9.jpg" alt="纯灰色泰迪犬图片9">
<img src="grey_teddy10.jpg" alt="纯灰色泰迪犬图片10">
</div>
<p class="caption">纯灰色泰迪犬图片欣赏</p>
<p>泰迪犬是一种受欢迎的犬种,它们可爱、聪明、忠诚,因其独特的外貌和可爱的性格备受喜爱。而纯灰色的泰迪犬更是因其独特的颜色而备受关注。
<p>下面是一些精选的纯灰色泰迪犬图片,让我们一起欣赏它们的美丽吧!
</div></body>
</html>
- 相关评论
- 我要评论
-