Difference between revisions of "Part:BBa K5459002"
Line 1: | Line 1: | ||
+ | <!DOCTYPE html> | ||
<html> | <html> | ||
<head> | <head> | ||
Line 5: | Line 6: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
− | align-items: center; | + | align-items: center; |
− | + | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | .image-container { | |
− | + | text-align: center; | |
− | + | } | |
− | .container { | + | |
− | + | img { | |
− | + | width: 30px; /* 根据需要调整图片的宽度 */ | |
− | + | display: inline-block; | |
− | + | ||
} | } | ||
</style> | </style> | ||
</head> | </head> | ||
<body> | <body> | ||
+ | |||
<div class="container"> | <div class="container"> | ||
− | <img src="https://static.igem.wiki/teams/5459/heading-imgs/part-registry/ | + | <div class="image-container"> |
− | <img src="https://static.igem.wiki/teams/5459/heading-imgs/part-registry/ | + | <img src="https://static.igem.wiki/teams/5459/heading-imgs/part-registry/compration.jpg" alt="图一"> |
− | < | + | <img src="https://static.igem.wiki/teams/5459/heading-imgs/part-registry/compration.jpg" alt="图二"> |
+ | </div> | ||
+ | <div style="margin-top: 10px;"> | ||
+ | 这里是一段文字描述,可以是图片的标题或者解释。 | ||
+ | </div> | ||
+ | <img src="https://static.igem.wiki/teams/5459/heading-imgs/part-registry/compration.jpg" alt="图三"> | ||
+ | <img src="https://static.igem.wiki/teams/5459/heading-imgs/part-registry/compration.jpg" alt="图三"> | ||
</div> | </div> | ||
+ | |||
</body> | </body> | ||
</html> | </html> |
Revision as of 08:32, 27 September 2024
<!DOCTYPE html>
这里是一段文字描述,可以是图片的标题或者解释。