开发者社区 问答 正文

css怎么把图片上下居中显示

css怎么把图片上下居中显示

展开
收起
云计算小粉 2018-05-10 20:05:09 2873 分享 版权
1 条回答
写回答
取消 提交回答
  • 
     <html>
        <body>
            <div style="position:relative;display:flex; justify-content: center; align-items: center; border:1px solid #ccc; height:200px; width:300px;">
                <img src="#" style="width: 200px; height:150px">
            <div>
        </body>
    </html>
    
    2019-07-17 22:13:00
    赞同 展开评论
问答分类:
问答标签:
问答地址: