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

<!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;

Yeah___
浏览 1523回答 1
1回答
打开App,查看更多内容
随时随地看视频慕课网APP