我有以下 html(最小)模板:
<body>
<div class="container">
<div class="top"><img src="img/hyphen_top.png" width="177" height="150"/></div>
<div class="bottom"><img src="img/hyphen_bottom.png" width="117" height="6"/></div>
</div>
</body>
仅使用 css,我想将页面/屏幕中间的“顶部”div 和“顶部”div 下的“底部”div 对齐,边距顶部为 100px。我无法将顶部/底部以及主容器(“容器”)中的图像居中。
谢谢!