我试图在h1文本下面居中三个图像,但无法解决。我使用div键控所有元素,并使用test-align移动它,我给每个元素自己的id,并尝试使用pxs移动它们,但没有运气
pcww981p1#
使用Flex
div{ display:flex; justify-content:space-between; } h1{ text-align:center; }
<h1>some caption</h1> <div> <img src="http://placeholder.com/150"> <img src="http://placeholder.com/150"> <img src="http://placeholder.com/150"> </div>
1条答案
按热度按时间pcww981p1#
使用Flex