我想将两个或多个容器内联放置,这里是我的 HTML 代码:
<div id="containers-place">
<div style="padding: 16px;">
<a href="https://google.com/" target="blank" style="text-decoration: none;"><div class="container" style="width: 20%;">
<img src="picture1.png" width="100%">
<h4>Picture One</h4>
<p>As you can see this is picture One</p>
</div></a>
</div>
<div id="idk" style="padding: 16px;">
<a href="https://google.com/" target="blank" style="text-decoration: none;"><div class="container" style="width: 20%;">
<img src="picture2.png" width="100%">
<h4>Picture2</h4>
<p>As you can see this is picture Two</p>
</div></a>
</div>
还有CSS:
.container {
padding: 16px;
background-color: #333333;
color: #fff;
display: block;
}
我把浏览器截图了: screenshoot
波斯汪
翻翻过去那场雪
隔江千里
偶然的你
相关分类