淘先锋技术网

首页 1 2 3 4 5 6 7

我如何从CSS的这三个部分中锁定一个特定的h1?

例如,如果我想将css中第二部分的h1标记为蓝色。我该怎么做呢?

section.second > h1 {
  color:blue;
}