如何在div中居中(背景)图像?

oom

是否可以将div中的背景图像居中放置?我已经尝试了几乎所有内容-但没有成功:

<div id="doit">
  Lorem Ipsum ...
</div>

//CSS
#doit { background-image: url(images/pic.png); background-repeat: none; text-align: center; }

这可能吗?

杰克·卢卡斯(Jake Lucas)
#doit {
    background: url(url) no-repeat center;
}

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章