不多说代码如下<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<style type="text/css">
.warp
{
width: 960px;
height: 800px;
background: yellow;
text-align: center;
}
.warp img
{
text-align: center;
}
</style>
</head>
<body>
<div class="warp">
<img src="images/music.png" />
</div>
</body>
</html>正常说我把img 设为text-align:center图片会居中。可是我通过后代选择器写入后并没有居中。然后我把warp设置了一下text-align,图片居中了请问一下为什么,不是图片居中吗为什么要设给父元素
- 5 回答
- 0 关注
- 3775 浏览
相关问题推荐
添加回答
举报
0/150
提交
取消