【发布时间】:2019-05-26 06:12:29
【问题描述】:
我知道它的基本知识,我知道有人问它,我只是不知道它的正确术语,并且无法在 Google 上查找它。
我想将 tag 嵌套在 CSS class 中:
.fullPageGallery
{
width: 100%;
height: 100%;
>h1
// some properties of h1 here (h1 is a tag inside this class)
.AnotherClass
//some properties of another class here (a div inside this class)
}
【问题讨论】:
-
这里绝对是骗子
标签: css