不多说代码如下
<!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,图片居中了
请问一下为什么,不是图片居中吗为什么要设给父元素
qq_青枣工作室_0
慕粉_yangyang
心中有你。