Image of the problem
我需要将标题设置为[主页]上方的[浮动中心]。
如果浮动的[标题]覆盖了[主页],如何确保标题不覆盖该文章?
标头上方有一些空间,我必须将其删除以确保那里没有空间。
我做了2个小时,什么也没发生-_-')
码
.Image-header {
text-align:center;
margin-left:auto;
margin-right:auto;
display:block;
}
.Page-background {
text-align: center;
background-position: top;
}
我真的很感谢每一个有帮助的答案:)
最佳答案
将图像放在div中并设置div对齐中心。
要么
将图像放入
关于html - 如何使[Image]在另一个div上方居中放置?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/36759642/