文章详情页
多张图片自动换行后图片居中显示
问题描述
多张图片横向并排显示,自动换行后,可以上下两排图片都居中显示吗
问题解答
回答1:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><style>div{text-align: center;}</style></head><body><div><img src="http://www.php.cn/static/images/footer.gif" alt=""><img src="http://www.php.cn/static/images/footer.gif" alt=""><img src="http://www.php.cn/static/images/footer.gif" alt=""><br><img src="http://www.php.cn/static/images/footer.gif" alt=""><img src="http://www.php.cn/static/images/footer.gif" alt=""></div></body></html>
DIV居中可以了
回答2:不行的,试过了。如果没有自动换行可以居中显示,有自动换行后就左对齐的回答3:text-align:center,这个就可以解决你的问题
上一条:关于切换的js有个小问题没想通下一条:关于演示代码的问题
相关文章:
1. docker gitlab 如何git clone?2. android - 目前有哪些用Vue.js开发移动App的方案?3. font-family - 我引入CSS3自定义字体没有效果?4. 在windows下安装docker Toolbox 启动Docker Quickstart Terminal 失败!5. docker镜像push报错6. PHP中的$this代表当前的类还是方法?7. nignx - docker内nginx 80端口被占用8. angular.js - 求一款angular插件9. docker images显示的镜像过多,狗眼被亮瞎了,怎么办?10. PHP类中的$this
排行榜