【发布时间】:2017-04-12 00:18:42
【问题描述】:
我有一个包含三张图片的 div,我想将它放在页面的中心(很像 Google 搜索栏)。我已经尝试过几乎所有东西(位置、边距等),但即使我把它放在一台显示器上,当我将它移到另一台显示器上时,它也不会以新显示器为中心。请帮忙!
这里是 HTML:
<div id="boxes">
<a href="voting_registration.html" target="_blank"> <img src="images/VR.jpg" alt="Voting Registration Information" class="list" /></a>
<a href="ballot.html" target="_blank"> <img src="images/PCB.jpg" alt="Platforms, Candidates and Ballots" class="list" /></a>
<a href="voting_information.html" target="_blank"><img src="images/VI.jpg" alt="Voting Information" class="list"/> </a>
</div>
【问题讨论】:
-
centering responsive divs with images inside 的可能重复项以及通过搜索 SO 找到的许多其他答案。