我知道它的基本知识,我知道有人问它,我只是不知道适合它的 term ,而且无法在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)
}