为了账号安全,请及时绑定邮箱和手机立即绑定

怎么让DIV在HTML插入图片 居中显示?

怎么让DIV在HTML插入图片 居中显示?

慕沐林林 2019-02-07 11:07:14
<div class="banner"><img src="images/bann.gif "width="942" height="356" /></div> # .banner{width:1000px; height:425px; margin:auto;}
查看完整描述

2 回答

?
MYYA

TA贡献1868条经验 获得超4个赞

<style type="text/css">
.banner{ width:1000px; height:425px; margin:0 auto; text-align:center; }
.banner img{ width:942px; height:356px; }
</style>
<div class="banner"><img src="images/bann.gif " /></div>

查看完整回答
反对 回复 2019-03-09
  • 2 回答
  • 0 关注
  • 2808 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信