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

为什么class="pic"的div不能使用margin:0 auto;进行居中

为什么class="pic"的div不能使用margin:0 auto;进行居中

Yeah___ 2018-03-27 20:47:03
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>pic css setting</title> <style> *{ margin: 0; padding: 0; } .border{ width: 179px; height: 160px; border:1px solid #ccc; border-radius:10px; margin: 0 auto; } .pic img{ width: 150px; height: 70px; } .pic{ } .text{ font-size: 12px; } </style> </head> <body> <div class="border"> <div class="pic"> <img src="yueyue.jpg" alt="岳云鹏《今晚我们说相声》"> </div> <div class="text"> <h3>吉林卫视欢乐送</h3> <p>岳云鹏《今晚我们说相声》</p> </div> </div> </body> </html>pic使用margin:0 auto;不能居中啊,可以使用margin-left bottom top right;
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 1539 浏览
慕课专栏
更多

添加回答

举报

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