<!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
提交
取消