CSS论坛's Archiver

Blues 发表于 2013-9-11 16:28

#intro h1{} 是什么意思啊

RT,我看到w3c说“不同于类选择器,ID 选择器不能结合使用,因为 ID 属性不允许有以空格分隔的词列表。”


#intro h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 90%;
  text-shadow: none;
  color: white;
}
是什么意思呢,这是我项目中的CSS代码。

谢谢!

divcss5 发表于 2013-9-11 20:30

<div id="intro">
    <h1></h1>
</div>

对上面HTML代码中div内的h1标签设置样式

老豆 发表于 2013-9-17 22:44

就是一个被id为intro下的h1的样式。

页: [1]

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.