<!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 回答
- 0 關注
- 1654 瀏覽
相關問題推薦
添加回答
舉報
0/150
提交
取消